.ProjectContent{
    display: flex;
    flex-direction: row;
    width: 80vw;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
}

.Project-Item {
    width: 35vw;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgba(255, 255, 255, 0.637);
    border-radius: 20px;
    margin-bottom: 2.5vh;
    margin-top: 2.5vh;
    margin-left: 3vw;
}

.Project-Menu-Item {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    text-align: center;
    font-size: 2em;
    font-weight: bolder;
}

.Project-Image{
    width: 15vw;
}

.ProjectExtraInfo {
    color: gray;
    font-size: 0.66em;
    font-style: oblique;
}