main-app {
    display: none;
}
button {
    position: fixed;
    left: 50%;
    top:50%;
    border-radius: 0px;
    border: 3px solid black;
    background-color: darkorange;
    color: white;
}

main-app {
    text-align: center;
    font-family: 'Poppins', 'Verdana', cursive, monospace, sans-serif;
}

header {
    
    box-shadow: 10px;
}

body {
    background-color: black;
    color: white;
    text-align: right;
}

#docsmain {
    text-align: left;
}

.explanation {
    text-align: justify;
}

ifNoNetwork {
    font-family: 'Verdana';
}

#UI {
    display: none;
}

form {
    color-interpolation-filters: auto;
    text-underline-position: above;
    -ms-text-underline-position: alphabetic;
    padding: 20px 40px 20px 10px;
}

.usernameinput {
    background-color: black;
    color: white;
    border-radius: 0px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 10px;
}

.passtext {
    padding: 20px;
}

#restUI {
    display: none;
}

.UIhead {
    text-align: center;
    
}