body{
    background: rgb(22,30,60);
    background: radial-gradient(circle, rgba(22,30,60,1) 0%, rgba(0,0,0,1) 100%);

    background-image: url('./images/interfaceBackground.jpg');
    background-size: 100% auto;
    background-position: left 0;
    

    margin: 0;
    padding: 0;
    padding-top: 40%;
}

/* #arBackground{
    position: fixed;
    
    

    width: 100vw;
    height: 100vh;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
} */

.interfaceButton{
    width: 100vw;
    /* height: ; */
}

/* 
#startButtonHolder{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rebeccapurple;
    display: flex;
    justify-content: center;
    align-items: center;
}

#startButton{
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
} */

