

body{
    text-align: center;
    background-color: lightblue;
    font-size: 1.1rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', Verdana, sans-serif;
}



h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', Verdana, sans-serif;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 1.5rem;
}

#scene-container{          
    
    width: 80%;
    height: 80%;
    margin: 0px auto;

   }
    
a {
    color: white;
    }
    a:hover{
    color: purple;
    }

.btn {
    background-color: rgb(3, 110, 6);
    letter-spacing: 0.093em;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 1.2rem;    
    margin: 4px 2px;
    cursor: pointer;
    }
.btn:hover {
    background-color: rgb(172, 231, 174);
    color: black;
}