* {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.5s ease-in;
}
html {
    height: 100%;
}
body {
    height: 100%;
    background-color: #02467B;
    font-family: "Open Sans", sans-serif;
    color: var(--main-color);
    overflow-x: hidden;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#logo {
    
}
#spinner {
    text-align: center;
    color: #F69F19;
    margin-top: 20px;
}

#spinner i {
    font-size: 60px;
}

#redirect_text {
    text-align: center;
    color: #FFF;
    margin-top: 30px;
}