#not-logged-in {
    color: white;
    background-color: red;
    border-radius: 30px;
    padding: 50px;
}

#register-user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#username {
    min-width: 250px;
    width: 20%;
    margin: 30px 0;
}

#submit {
    min-width: 200px;
    width: 17%;
}

#register-user #error {
    border-radius: 20px;
    background-color: red;
    color: white;
    display: none;
    padding: 10px 18px;
}

#discord-description-wrapper {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
}

#discord-description-wrapper p {
    padding: 30px;
}