html, body {
     max-width: 100%;
    overflow-x: hidden;
}

#loading-screen {
    position: fixed;
    z-index: 9999;
    background-color: black;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.russo {
    font-family: 'Russo One', sans-serif;
}



