body {
  margin: 0;
  padding: 0;
  background-image: url(../img/v.gif);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000;
  font-family: 'Ubuntu', sans-serif;
}
.content {
  font-size: 20px;
  width: 500px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -25px;
  margin-left: -250px;
  text-align: center;
}
.content p {
  font-style: italic;
  font-size: 16px;
  color: #929497;
}
.content img {
  max-width: 90%;
}
.content a {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .content {
    width: auto;
    left: auto;
    margin-left: 0;
    text-align: center;
  }
  .content a {
    font-size: 0.7em;
  }
}
