html, body{
  height: 100%;
}

a{
  color: black;
  text-decoration: underline;
  font-size:2em;
}

a:hover{
  color:red;
}

body{
  font-family: 'Teko';
  font-weight: 900;
  color: #000000;
}

.content{
  max-width: 960px;
  margin: auto;
  text-align: center
}

.logo > img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.services {
text-align: center;
}

.text{
  display: inline-block;
  font-size: 10vmin;
  line-height: 1;
  margin-bottom: 5px;
}

.text__first, .text__second, .text__third, .text__fourth, .text__fifth{
  position: relative;
}

.text__word{
  opacity: 0;
}

.text__first-bg, .text__second-bg, .text__third-bg, .text__fourth-bg, .text__fifth-bg{
  display: block;
  width: 100%;
  line-height: 0.8;
  height: 75%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
}

.text__first-bg{
  background-color: #000000;
}

.text__second-bg{
  background-color: #000000;
}

.text__third-bg{
  background-color: #000000;
}

.text__fourth-bg{
  background-color: #000000;
}

.text__fifth-bg{
  background-color: #000000;
}

.contact{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    width: 50%;
    text-align: center;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}