body {
    background: #000000;
    color: #ffffff;
  }
  
  .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;
    
  }
  
  h1 {
    font-size: 65px;
    font-family: sans-serif;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
  }
  
  .dot {
    color: #39ff12;
  }
  
  p {
    font-size: 50px;
    text-align: center;
    margin: 18px;
    font-family: sans-serif;
    font-weight: normal;
    
  }

