body {
    background-color: black;
}


#interface {
    width: 100%;
    height: 100%;
    z-index: 98;
    position: fixed;
}

#loading-screen {
    position:fixed;
    font-family: cursive;
    font-size: 20px;
    z-index: 99999999;
    color:white;
    margin-top: 170px;
    margin-left: 110px;
    text-shadow: 2px 2px 5px purple;
}

#but1 {
    position: fixed;
    z-index: 99;
    width: 10%;
    height: 30%;
    margin-top: 20%;
    margin-left: 44%;


}
