body {
    background-color: #FAF8ED;
}

a {
    text-decoration: none;
    color: black;
    text-align: center;
}

.title {
    font-family: 'Gloock', serif;
    text-align: center;
    font-size: 148px;
    font-weight: 300;
    line-height: 128px;
}

#back {
    text-align: center;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: gray;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#back:hover {
    color: lightgrey;
}

#information{
    display:flex;
    gap: 5em;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-left: -100px;
    margin-bottom: 70px;
}

.img{
    display: flex;

}

img {
    width: 300px;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 2px rgb(101, 101, 101));
}

#one{
    margin-top: -30px;
    margin-left: 310px;
    /* z-index: 100; */
}
#two{
    margin-top: 50px;
    margin-left: 50px;
    position: absolute;
}

#text{
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 15px;
    line-height: 25px;
    width: 400px;
    margin-top: -50px;
}

@media screen and (max-width: 1240px){
    #information{
        display:flex;
        gap: 4em;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        margin-left: -100px;
    }
    
    .img{
        display: flex;
    
    }
    
    img {
        width: 270px;
        border-radius: 5px;
        filter: drop-shadow(2px 2px 2px rgb(101, 101, 101));
    }
    
    #one{
        margin-top: -30px;
        margin-left: 310px;
        /* z-index: 100; */
    }
    #two{
        margin-top: 50px;
        margin-left: 70px;
        position: absolute;
    }
    
    #text{
        font-family: "neue-haas-grotesk-text", sans-serif;
        font-size: 15px;
        line-height: 25px;
        width: 370px;
        margin-top: -50px;
    }
}

 @media screen and (max-width: 1040px){
    #information{
        display:flex;
        gap: 5em;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        margin-left: -200px;
    }
    
    .img{
        display: flex;
    
    }
    
    img {
        width: 230px;
        border-radius: 5px;
        filter: drop-shadow(2px 2px 2px rgb(101, 101, 101));
    }
    
    #one{
        margin-top: -30px;
        margin-left: 310px;
        /* z-index: 100; */
    }
    #two{
        margin-top: 50px;
        margin-left: 130px;
        position: absolute;
    }
    
    #text{
        font-family: "neue-haas-grotesk-text", sans-serif;
        font-size: 13px;
        line-height: 20px;
        width: 250px;
        margin-top: -50px;
    }
 }

 @media screen and (max-width: 844px){
    #information{
        display:flex;
        flex-direction: column;
        gap: 9em;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        /* margin-left: -100px; */
    }
    
    .img{
        display: flex;
        margin-left: 40px;
    }
    
    img {
        width: 270px;
        border-radius: 5px;
        filter: drop-shadow(2px 2px 2px rgb(101, 101, 101));
    }
    
    #one{
        margin-top: -30px;
        margin-left: 310px;
        /* z-index: 100; */
    }
    #two{
        margin-top: 50px;
        margin-left: 100px;
        position: absolute;
    }
    
    #text{
        font-family: "neue-haas-grotesk-text", sans-serif;
        font-size: 15px;
        line-height: 25px;
        width: 500px;
        margin-left: 150px;
        /* margin-top: 50px; */
    }
 }

 @media screen and (max-width: 640px){
    #information{
        display:flex;
        flex-direction: column;
        gap: 9em;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        /* margin-left: -100px; */
    }
    
    .img{
        display: flex;
        margin-left: 30px;
    }
    
    img {
        width: 230px;
        border-radius: 5px;
        /* margin-left: 150px; */
        filter: drop-shadow(2px 2px 2px rgb(101, 101, 101));
    }
    
    #one{
        margin-top: -30px;
        margin-left: 310px;
        /* z-index: 100; */
    }
    #two{
        margin-top: 50px;
        margin-left: 140px;
        position: absolute;
    }
    
    #text{
        font-family: "neue-haas-grotesk-text", sans-serif;
        font-size: 15px;
        line-height: 25px;
        width: 400px;
        margin-left: 150px;
        /* margin-top: 50px; */
     
    }
 }
 
 @media screen and ( max-width: 400px) {
.title {
    font-size: 100px;
}
#information{
    display:flex;
    flex-direction: column;
    gap: 9em;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    /* margin-left: -100px; */
}

.img{
    display: flex;
    margin-left: 30px;
}

img {
    width: 170px;
    border-radius: 5px;
    /* margin-left: 150px; */
    filter: drop-shadow(2px 2px 2px rgb(101, 101, 101));
}

#one{
    margin-top: -30px;
    margin-left: 280px;

    /* z-index: 100; */
}
#two{
    margin-top: 50px;
    margin-left: 170px;
    position: absolute;
}

#text{
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 15px;
    line-height: 25px;
    width: 300px;
    margin-left: 200px;
    /* margin-top: 50px; */
 
}
     }