body {
  margin: 0;
}

#container {
  display: flex;
  height: 100vh;
  align-items: center;
  background-color: #f8f8f8;
  font-family: sans-serif;
  color: #767676;
}

#content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

#content img {
  width: 40vh;
  height: 40vh;
}

#content h1 {
  font-size: 10vh;
  margin-bottom: 0;
}

#content p {
  font-size: 3vh;
  margin-bottom: 4rem;
}

#content span {
  font-size: 2vh
}

#content span a {
  color: #88bc7e;
  text-decoration: none;
}
