html {
    height: 100%;
    overflow: hidden;
    background: #0292d1;
    color: white;
    font-family: monaspace-krypton;
}


body {
    height: 100%;
    text-align: center;
}

#logo {
    background: url(/assets/nitzaton.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    margin-top: 10%;
}
