.hidden {
    display: none;
}















.hidden {
    display: none;
}

#userName {
    display: none;
}



 #enableGpsButton, #gpsInstructions  {
    /* display: none; */
}
#gpsInstructions{
    /* display: flex
; */
flex-direction: column;
/* align-items: center; */
max-width: 500px;
/* padding: 10px; */
font-size: 14px;
/* margin: 10px; */
/* height: 300px; */
background: white;
/* overflow-y: scroll; */
line-height: 22px;
border-radius: 8px;
padding: 20px;
/* text-align: left; */
/* padding: 10px; */
}

.circle_one {
    width: 50px;
    height: 50px;
    background-color: #e67e22;
    color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}
.button-container{
    /* display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-top: 70px; */
}

.error_seesages{
    margin-top: 80px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}