img {
  z-index: -1;
  position: absolute;
  right: 2em;
  bottom: 0;
  max-width: 80%;
  max-height: 50%;
}

a {
  color: #008cba;
  text-decoration: none;
}

body {
  background-color: #222;
  color: rgba(255, 255, 255, 0.85);
  font-family: Sans-Serif;
  text-align: center;
  margin: 2em;
}
