body {
  color: #333;
  background: #dcdcdc;
  background-image: url("patu-tifinger-islg-detail.jpg");
  font-family: 'Verdana', 'Arial', sans-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: 45%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;
    /* border: 1px solid #333; */
    /* padding: 12em; */
    width: 80%;
  }
  
  .logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -100;
    width: 40%;
  }
  
  .bg {
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 100%; 
    height: 100%;
  }
  .bg img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
  }

  
  h1 {
    font-size: 90px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
  }
  
  p {
    text-align: center;
    font-weight: normal;
  }
