body {
  color: #fff;
}


@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;}
  
}

a{
  color: #aa2a70 !important;
}
.wrapper {
  text-align: center;
  padding:15px;
  width: 100%;
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
}
.wrapper{
  width:100% !important;
}
h1 {
  font-size: 28px;
  line-height:2.5rem !important;
  font-family: 'Muli', sans-serif;
  margin-bottom: 0;
  line-height: 1;
  color: #3e4347;
  margin-top: 35px;
  font-weight: 700;
}

.dot {
  color: #a41362;
}

p {
  text-align: center;
  margin: 18px;
  color: #3e4347;
  font-family: 'Muli', sans-serif;
  font-weight: normal;
  
}

.icons {
  text-align: center;
  
}

.icons i {
  color: #00091B;
  background: #fff;
  height: 15px;
  width: 15px;
  padding: 13px;
  margin: 0 10px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: all 200ms ease;
  text-decoration: none;
  position: relative;
}

.icons i:hover, .icons i:active {
  color: #fff;
  background: none;
  cursor: pointer !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  text-decoration: none;
  
}
.wrapper img{
  width:300px;
}
@media (min-width:1024px){
  .wrapper{
    width:57% !important;
  }
  body{
    display: flex;
    justify-content: center;
    align-items:center;
  }
}
@media (max-width:768px){
  h1{
    line-height:2.2rem !important;
    font-size:22px !important;
  }
}