body > div:first-child {
    height: 100%;
    position: absolute;
}

.eveAppIdentifier::after {
    content: "OnKo3"
}

@keyframes showSimpleOverlay{
    from {background-color: hsla(0, 0%, 32.2%, 0.3)}
    to {background-color: hsla(0, 0%, 32.2%, 1)} 
}
  
@keyframes hideSimpleOverlay {
    from {background-color: hsla(0, 0%, 32.2%, 1)} 
    to {background-color: hsla(0, 0%, 32.2%, 0.3)}
}

/*-      - font weights */
body {
    font-weight: 400;
}

h1 {
    font-weight: 600;
}

address, caption, cite, code, dfn, th, var {
    font-weight: 600;
}