header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px;
}

nav {
  display: flex;
  gap: 15px;
}



aside{
  display: flex;
  gap: 10px;
  justify-content: center;
}

.logo {
  width: 175px;
  height: auto;
}
body {
  background-color: #f2d3e4;
  font-family: "Alata", sans-serif;
}

main{
  text-align: center;
}

div{
  margin-top: 10px;
}

h1{
  font-family: "Ballet", cursive;
  font-size: xxx-large;
}

main img{
  width: 400px;
  margin-top: 0;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}
footer{
 margin-top: 50px;
 text-align: center;
}

footer div{
  color:#8E006F;
}

h2{
  font-family: "Ballet", cursive;
  font-size: xxx-large;
}

