/*
    Style.css contains all of the style information for index.html
*/

body {
    background-color: black;
    overflow: hidden;
}

.ScreenContent {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    opacity: 0%;
}

.buttonContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 10%;
    width: 100%;
}

button {
    width: 60%; 
    height: auto;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    color: white;
    background-color: black;
    border-color: red;
    font-size: 150%;
    font-family: Arial;
    opacity: 0%;
}

#buttonCenter {
    position: absolute;
    height: 5%;
    width: 30%;


    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50px;
}
