body {
  background-color: white;
  margin: 0;
  color: #777;
  font-family: sans-serif;
  font-weight: 100;
}
main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  max-width: 80vw;
}
img {
  width: 100%;
}
img.desktop {
  display: block !important;
}
p {
  text-align: right;
  font-size: 20px;
  color: #a00;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: .5em;
}
ul li a {
  color: #777;
  text-decoration: none;
}
ul li a:active,
ul li a:hover {
  color: black;
}
ul li a span.fa {
  margin: 0 .5em;
}
@media screen and (max-width: 500px) {
  p,
  ul {
    text-align: center;
  }
  img.desktop {
    display: none !important;
  }
  img.mobile {
    display: block !important;
    width: 50vw;
    margin: auto;
  }
}
