#admin_space {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    max-width: 550px;
    min-width: 300px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

#admin_space hr {
    width: 60%;
}

#admin_space h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

#admin_space form {
    text-align: center;
}

#admin_space form,
#admin_space textarea {
    width: 100%;
}

#admin_space textarea {
    height: 15vh;
    max-height: 100px;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    border: 1px solid lightgrey;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}

#admin_space input {
    background: rgba(0, 153, 51, 0.6);
    padding: 13px 17px;
    border-radius: 25px;
    border: none;
    margin: 5px;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none;
}

#disconnect {
    background-color: rgba(255, 0, 0, 0.8) !important;
}