.top{
    flex-direction: row;
    text-align: left;
}
.menu{
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: space-around;
    margin: auto;
}
.portfolioMenu{
    justify-content: space-around;
}
.portfolioItem{
    font-size: 1.7rem;
    width: 11rem;
    margin-top: 2rem;
}