*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

body{
    background-color: #00278A;
    font-family: "Poppins", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically */
    height: 100vh;            /* Full viewport height */
    margin: 0;                /* Remove default margin */
    background-color: rgb(199, 199, 199);
    background-size: cover;
    color: #E8E8E8;
}



.container{
    /* background: url('/images/Frame 118.png') no-repeat center center;
    background-size: cover;; */
    width: 600px;
    height: 100vh;
    max-width: 100%; /* Ensures it fits on small screens */
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;  /* Stack items vertically */
    align-items: center;     /* Center horizontally */
    /* text-align: center;  */
    display: none;
}

video{
    height: 100vh;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* font-weight: bold; */
    z-index: 9999;
    color:  rgb(42, 46, 255);
}

.logo{
    position: absolute;
}

/* .logo img{
    width: 80%;
} */
