@import url('https://fonts.googleapis.com/css?family=Lato');

* {
  color: #fff;
  text-align: center;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: absolute;
}

body .content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -44%);
  -ms-transform: translate(-50%, -44%);
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 480px;
  position: absolute;
}

body .content h1 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

body .content h1 img {
  width: 100%;
}

body .content h2 {
  font-weight: 600;
  font-size: 18px;
  margin: 4% 0 8%;
}

body .content p {
  font-size: 16px;
  margin: 0;
  color: #F70293;
}

body .content ul {
  list-style: none;
  padding: 0;
  margin: 7% 0 0;
}

body .content ul li a {
  text-decoration: none;
  font-size: 14px;
}

body .content ul li a.email {
  color: #FFF301;
}
body .content ul li a.instagram {
  color: #01FF63;
}

body .content ul li a img {
  width: 18px;
  display: inline-block;
  margin: 5px 0 -5px;
}