h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.spinner{
    width: 70px;
    height: 70px;
    animation-duration: 2s;
   
}

.ParentContainer{

   
        position: fixed;
        top: 45%;
   
        text-align: center;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
      
    
}

.LoadingText{
    color: white;
}