body {
  text-align: center;
  background-color: beige;
}

img {
  width: 300px;
  margin: 20px;

}

h1 {
  font-size: 2em;
  font-family: sans-serif;
  margin: 20px;
}

h2 {
  font-size: 1.5em;
  font-family: sans-serif;
  margin: 10px;
}

p {
  font-size: 1.2em;
  font-family: sans-serif;
  margin: 10px;
}

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

.section {
  width: 100%;
  height: 100%;
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0 40px 0;
  margin: 40px 0 40px 0;
}
