body {
  height: 100vh;
  background-color: #F3E8D8;
  color: #C99538;
}

img {
  height: 200px;
}

p {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #c99538;
}

