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

body {
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: 20%;
height: 50%;
border-radius: 8%;
margin-left: 4%;
}

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

#foto {
width: 100%;}

#menu2{
margin-top: 4%;  
}

#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;

}
