/*---------------------------------------------------------
Sweet Chameleon
---------------------------------------------------------*/

a {
  text-decoration: none;
  font-size: 16px;
  color: #FEE440;
  outline: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a:hover,
a:focus {
  font-size: 16px;
  text-decoration: none;
  color: #FEE440;
  outline: none;
}


body {
  margin: 0;
  padding: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #000000;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #ffffff;
}


h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  margin-top: 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

p {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  line-height: 26px;
  text-align:center;
}


.container { 
  width: 900px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);;
}

.content  {
  margin:auto;
}
