body {
  background-color: #5e6472;
}

header,
footer {
  background-color: #aed9e0;
  color: #293241;
  text-align: center;
  padding: 0.5rem;
  border-radius: 5px;
  margin: 25px;
}

footer {
  font-family: "Roboto", verdana, sans-serif;
  font-size: 1rem;
}

header h1 {
  font-size: 2.5rem;
}

div {
  background-color: #aed9e0;
  text-align: center;
  color: #293241;
  font-size: 1.25rem;
  font-family: "Roboto", verdana, sans-serif;
  border-radius: 5px;
}

div h2 {
  background-color: #edf2f4;
  font-size: 2rem;
  padding: 0.5rem;
  border-radius: 5px;
}

h1,
h2,
h3 {
  font-family: "Handlee", cursive;
  padding: 0.5rem;
}

img {
  width: 90%;
  max-width: 300px;
  border-radius: 5px;
}

div p {
  padding: 1rem;
  text-align: justify;
}

a {
  color: #495867;
  font-style: italic;
}

main {
  margin: 0 25px 0 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}

.div1 {
  grid-column: 1/2;
  grid-row: 1;
}

.div2 {
  grid-column: 1/2;
  grid-row: 2;
}

.div3 {
  grid-column: 1/2;
  grid-row: 3;
}
