body{
    display: flex;
    flex-direction: column;
    background-color: rgb(83, 38, 17);
    text-align: center;
}

.signup{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    padding: 20px;
    background-color: rgb(164, 164, 240);
    border-radius: 15px;
}

#warningText{
    color: red;
}


.updates{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(219, 219, 219, 0.89);
    border-radius: 3px;
}
li{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(206, 180, 184);
}

ul{
    list-style: none;
    padding: 20px;
}