body {
    background-color: black;
    color:rgb(0, 61, 0);
    font-size: 30px;
    font-family: 'Victor Mono', monospace;
    margin: 0;
    letter-spacing: 2px;
}

a {
    text-decoration:underline;
    cursor: help;
    color: rgb(0, 61, 0);
}

a:visited {
    color: rgb(0, 31, 0);
}

a:hover {
    color: rgb(0, 91, 0);
}

div.blocker {
    width:100%;
    height: 100%;
    z-index: 2;
    background-color: black;
    position:fixed;
    margin: 0;
    text-decoration: underline;
}

.undraggable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

span.blockertxt:hover {
    cursor:help;
}

.time {
    text-align: center;
    z-index:2;
}

.logo {
    position: fixed;
    bottom: 0;
}

section {
    position: fixed;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top:0;
    justify-content: center;
    align-items: center;
}

div.container {
    height: 25%;
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.layer3 {
    align-self: flex-end;
}

.layer1 {
    align-self: flex-start;
}

.layer4 {
    opacity:0;
}

.musicbtn {
    position:absolute;
    top:0;
    left:0;
    text-decoration: underline;
}
.musicbtn:hover {
    cursor:help;
}

.ver {
    position:absolute;
    right: 0;
    top:0;
    min-width: 185px;
    text-align: end;
    text-decoration: underline;
}

.ver:hover {
    cursor:help;
}

::selection {
    color: none;
    background: none;
}

ul::selection, li::selection, .select::selection{
    color: black;
    background: rgb(0, 61, 0);
}

input[type="password"] {
    display: none;
    position: fixed;
    bottom: 38%;
}
div.f404 {
    text-align: center;
    font-size: 22px;
    animation: fadeIn 22s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.backbtn {
    position:absolute;
    top:0;
    left:0;
    text-align:center;
}
.backbtn:hover {
    cursor:help;
}
.plainsight {
    color:black;
    cursor:default;
}
.plainsight::selection {
    background: rgb(0, 61, 0);
}

div.buttons {
    display:flex;
    justify-content: space-around;
    font-size: 40px;
}

.decrement, .increment {
    cursor: help;
}