body{
    background-color: black;
   }
    
   .text{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px solid red; */
    color: white;
    font-size: 8vw;
   }
   