body{
    padding: 0px;
    margin: 0px;
    background-color: rgba(255, 190, 0, 0.5);
}
#all{
    display: flex;
}
#user{
    display: flex;
    justify-content: start;
    font-size: 30px;
    margin: 20px;
    border: #E9510E 3px solid;
    border-radius: 15px;
    width: max-content;
    padding: 15px;
}
#interactive{
    display: flex;
    height: 5vh;
    justify-content: start;
    font-size: 30px;
    margin: 20px;
    border: #E9510E 3px solid;
    border-radius: 15px;
    width: 30vw;
    padding: 15px;
    gap: 25px;
}
#auth{
    text-decoration: none;
    color: darkorange;
}
#exit{
    font-size: 20px;
    color: black;
    border-radius: 15px;
    background-color: darkorange;
}
#text0{
    height: max-content;
    margin: 0;
}
#home{
    width: max-content;
    display: flex;
    font-size: 35px;
    background-color: deepskyblue;
    text-decoration: none;
    color: #3264ff;
    margin-left: auto;
    margin-right: 3%;
    padding: 15px 5px;
    border: burlywood 5px solid;
    border-radius: 20px;
}