body{
    padding: 0px;
    margin: 0px;
    background-color: rgba(255, 190, 0, 0.5);
}
#user{
    display: flex;
    justify-content: start;
    font-size: 30px;
    margin: 20px;
    border: #E9510E 3px solid;
    border-radius: 15px;
    width: max-content;
    padding: 15px;
}
#loginForm{
    display: flex;
    justify-content: start;
    font-size: 30px;
    margin: 20px;
    border: #E9510E 3px solid;
    border-radius: 15px;
    width: 70vw;
    padding: 15px;
    gap: 25px;
}
#home{
    width: 300px;
    text-decoration: none;
    color: darkorange;
    font-size: 30px;
    margin-left: 20px;
}
#exit{
    font-size: 20px;
    color: black;
    border-radius: 15px;
    background-color: darkorange;
}
.texts{
    margin: 5px;
    color: darkorange;
    width: max-content;
    height: max-content;
}
.input{
    margin: 5px;
    font-size: 20px;
    width: max-content;
    height: max-content;
}
#button{
    margin: 5px;
    font-size: 20px;
    width: max-content;
    height: max-content;
}