 
body {  
    background-color: #fff !important;
    }

.center {
   text-align: center;
   height: 100vh;
   position: relative;
   margin: 0;
   padding: 0;
   }

 h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ff00ff !important; 
    font-weight: 300 !important;
    letter-spacing: 0.07em;
    font-size: 5vw !important;
    padding-bottom: 20vw !important;
   
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -25%);
    } 
  
  