@import url("styles.css");

#ilsogno, #memories{
    width: 30%;
    height: 20vh;
    margin: 0 auto;
    border-radius: 10%;
}

#ilsogno{
    background-image: url("../Images/IlSognoCover.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

#memories{
    background-image: url("../Images/MemoriesCover.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 700px){

    #ilsogno, #memories{
        width: 50%;
    }
}