﻿body, html
{
    margin: 0;
    /*height: 100%;
    overflow: hidden;*/
    font-size: 120%;
    width: calc(100vw - 17px);
    overflow-x: hidden;
}

.sky
{
    /*height: 100%;*/
    color: #FFF;
    display: block;
    background-color: #0F8A5F;
    min-height: 100vh;
}

#santa
{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    max-width: 100%;
}

#who
{
    cursor: pointer;
}

#inputs
{
    position: relative;
    z-index: 100;
}

#rubrik
{
    font-size: 32pt;
    font-weight: bold;
    color: #ff9999;
}

.jul-block
{
    text-align: center;
    margin: 0 auto;
}

#pin-block
{
    width: 300px;
}

#pin
{
    width: 200px;
}

#pin-block input
{
    font-size: 1.2rem;
}

