*{
    padding: 0;
    margin: 0;
    
}
form{
    padding: 20px;
}
#container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
body{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    padding: 0rem 0;
   
    /* background-color: black; */
}


label{
    color: white;
    margin-top: 15px;
}
#wrapper{
    padding: 5px 20px;
    width: 600px;
    height: 70vh;
    
}
#buttonDiv{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0 0 0;
    
}



#alert{
    position: absolute;
    /* display: inline; */
    top:75%;

}
h1{
    text-align: center;
    color: white;
    margin: 4rem 0 2rem 0 ;
    
}
#loading{
    position: absolute;
    top: 50%;
    left: 41%;
    height: 70px;
}
