/*h1 {
    text-align: center;
    font-size: 72px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 1vh;
    color: white;
    
}
 
h2 {
    margin-top: 1vh;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: white;
    
}

a {
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: white;
    
}
*/
p {
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: left;
    
}/*
body {
    background-color: black;
}
*/




/*below was taken from https://stackoverflow.com/questions/63375475/make-object-consistently-move-with-wasd-in-javascript*/
body
{
    background: #00000F;
}
#base {
    background: white;
    height: 20px;
    position: absolute;
    width: 20px;
    left: 0px;
    top: 0px;
}

div.border {
    outline-style:solid;
    outline-width: 3px;
    outline-color: white;
    background: #212121;
    width: 208px;
    height: 408px;
    left: 0px;
    top: 0px;
}

footer {
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 8px;
}

h1 {
    color: #FFFFFF
}

input {
    width:50px
}
/*   
#base::before {
    border-bottom: 60px solid darkgrey;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -60px;
    width: 0;
}
  
#base::after {
    border-bottom: 120px solid #FFA300;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    margin-top: 30px;
    margin-left: -45px;
    content: "";
    position: absolute;
    z-index: -1;
}
  
#base2 {
    width: 50px;
    height: 50px;
    margin-top: 70px;
    margin-left: 55px;
    border-radius: 50%;
    background: #272727;
    z-index: 1;
}
  
#base2::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background: black;
    z-index: 1;
} */
