body{
    margin: 0%;
    padding: 0%;
    box-sizing: content-box;
    overflow: scroll;
    background-image: url(../img/sfondo-bio-senza-me.jpg);
    font-family: "DM Sans", sans-serif;
    font-weight: 100;
    font-style: normal;
}
#logo-portfolio {
    width: 50%;
    display: block;
    margin: 4% auto;
    transition-duration: .8s;
    transition-property: all;
    filter: invert(100%);
}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    width: 100%;
    height: 80%;
    z-index: 1000;
    color: antiquewhite;
    text-align: center;
}
.menu div{
    background-color: #2e2b29;
    height: 85%;
    width: 20%;
    margin: 0% 1%;
    overflow: hidden;
    border-left: 0.1px solid antiquewhite;
    transition-duration: .5s;
    transition-property: all;
    display: flex;
}
.menu div h3{
    position: absolute;
    padding: 1%;
    font-size: 200%;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    opacity: 1;
    z-index: 10000000;
    text-shadow: #2e2b29 1px 1px 1px;
}
.menu div img{
    height: 100%;
    width: auto;
    filter: blur(2px);
}

@media only screen and (max-width: 1000px){
    .menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 4%;
        z-index: 1000;
        color: antiquewhite;
        text-align: left;
    }
    .menu div{
        background-color: #2e2b29;
        height: 30%;
        width: 90%;
        margin: 1% 1%;
        overflow: hidden;
        border-left: 0.1px solid antiquewhite;
        transition-duration: .5s;
        transition-property: all;
    }
    .menu div h3{
        position: absolute;
        margin-top: 5%;
        width: 100%;
        font-size: 200%;
        margin-left: 1%;
        font-family: "DM Sans", sans-serif;
        font-weight: 200;
        font-style: normal;
        opacity: 1;
        z-index: 10000000;
    }
    .menu div img{
    height: auto;
    width: 100%;
}
  }
  




