*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
}
body {
    background: #DB0226;
    width: 100%;
    height: 100%;
}
#page {
    width: 100%;
    height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page-header {
    background: url('./images/zpirit_logo_kvit.svg') no-repeat center center;
    background-size: 100%;
    width: 200px;
    height: 75px;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}