*{
    margin: 0;
    padding: 0;
    font-family: monospace;
}

body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: black;
    overflow: hidden;
}

/*Splash Screen Setup*/
#splash-screen{
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
}

    #splash-screen > video{
        width: 100%;
        height: 100%;
    }

/*Main Screen Setup*/
#main-screen{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: skyblue;
    background-image: url("../../../../Assets/UI/Background/SteelBackground.webp");
    overflow: hidden;
}
