body {
    background-color: rgb(46, 46, 46);
    margin-left: 35%;
    margin-right: 35%;
}

h1 {
    color: rgba(255, 255, 255, 0.895);
    margin-top: 3px;
    margin-bottom: 5px;
}


#username_question {
    background-color: rgb(46, 46, 46);
    padding: 1px;
    text-align: center;
    width: 320px;
    margin: auto;
    margin-top: 50%;
}

#enter_button {
    width: 60px;
    height: 30px;
    background-color: rgb(36, 180, 0);
    font-size: large;
    cursor: pointer;
    border-width: 2px; /* Set the border width */
    border-style: solid; /* Set the border style to solid */
    border-color: rgb(36, 180, 0); /* Set the border color */
    border-radius: 5px;
}

#username_input {
    width: 190px;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: large;
}

img {
    width: 150px;
}