body {
  background: #0466ad;
  color: #fff;
  font-family:'Roboto Slab', serif;
}


@keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

@-webkit-keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

.wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
  
}

.wrapper img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
}

.dot {
  color: #fbb416; /*yellow*/
}

p {
  text-align: center;
  margin: 18px;
  font-weight: 200;
  
}
