html,
body {
  background-color: #073642;
  height: 100%;
  font-family: "Verdana", sans-serif;
}

a {
  color: #c0c0c0;
  cursor: pointer;
  text-decoration: none;
}

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

figcaption {
  color: #c0c0c0;
  text-align: right;
}
