* {
    margin: 0;
    box-sizing: border-box;
    padding: 0%;
}

body {
    background-color: #EBD6D6;
}

@media (max-width: 1100px) and (min-width: 551px) {
    body {
        background-color: #EBD6D6;
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    body {
        font-size: 16px;
        background-color: #EBD6D6;
    }
}


.menu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8.3vh;
    background-color: #451531;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    font-family: "Krona One", sans-serif;
    color: white;
    padding-left: 5%;
}

.pesquisa {
    width: 50%;
    height: 50%;
    border-radius: 8%;
    margin-left: 4%;
}

.lupa {
    width: 14%;
    margin-left: -47%;
    margin-top: 2%;
    background-color: transparent;
}

.foto {
    width: 338%;
    margin-top: 90%;
    margin-left: -238%;
}

#moda {
margin-top: 33%;
margin-left: 42%;
    
}

#fotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2%;
}

.escrita {
    font-size: 100%;
    text-align: center;
    font-family: "Alata", sans-serif;


}

.img {
    width: 33.33%;
    text-align: center;
    margin-top: 4%;
}

#rosa {
    margin-top: 3%;
    width: 100%;
}


#footer {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
    text-align: center;
}

.escrita2 {
    display: flex;
    text-decoration: none;
    margin-top: 15%;
    text-align: center;
    color: black;

}

.pic{
width: 54%;
}