html, body {
    height: 100%;
    background:#0B132B;
}

body{
    margin: 0;
}

.container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 80%;
}

p {
  color:white;
  font-family: 'Lato', sans-serif;
  font-weight:300;
  padding-top:5%;
  padding-bottom:3%;
  width:70%;
  font-size:30px;
  text-align:left;
  line-height:1.5;
  animation-delay: 0.5s;
}

p a {
  color:#6FFFE9;
  text-decoration:none;
}

p span a:link, p span a:visited, p span a:hover, p span a:active,  {
  color:#6FFFE9;
  text-decoration:none;
}

span {
  color:#6FFFE9;
}

.cta {
  animation-delay: 1s;
}

.cta a {
  color:#6FFFE9;
  text-decoration:none;
  font-family: 'Lato', sans-serif;
  font-weight:700;
  font-size:25px;
  padding: 0 5px;
	box-shadow: inset 0 0 0 0 #6FFFE9;
	transition: all 0.4s ease-in-out 0s;
}

.cta a:hover {
  box-shadow: inset -300px 0 0 0 #6FFFE9;
	color:#0B132B;
}

.social {
  list-style:none;
  display:inline-block;
  padding-left:0;
  margin-left:0;
  padding-top:8%;
  animation-delay: 1.5s;
}

.social li {
  padding-right:25px;
  display:inline-block;
}

.social li a {
  color:white;
  text-decoration:none;
  font-size:20px;
}

.social li a:hover {
  color:#6FFFE9;
  text-decoration:none;
}

@media only screen and (max-width: 600px) {
    p {
        width:100%;
        font-size:25px;
    }
}
