body {
  font-family: sans-serif;
  text-align: center;
  background-color: antiquewhite
}

h1 {
  color: darkblue;
}

h2 {
  color: black;
  margin-top: 100px;
}

img{
  width: 200px
}