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';
}