body {
    background-color: white;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /*background-image: url('Images/Ku2.jpg');*/
}

.overskrift{
    position: absolute;
    top:30%;
    text-align: center;
    font-size: 3.2vw;
    padding-left: 16%;
    animation-duration: 3s;
    animation-name: textsize;
}

#tekst2{
    font-size: 3.1vw;
}   

.ukedag{
    font-size: 3vw;
    position: absolute; top: 0; right: 0;
    padding-right: 2%;
    animation-name: textcolor;
    animation-duration: 5s;
    
}

.dato{
    position: absolute;
    top: 83%;
    padding-left: 43%;
    animation-name: textcolor;
    animation-duration: 5s;
    font-size: 2.5vw;
    
}

@keyframes textsize {
    0% {
        padding-left: 35%;
        font-size: 0.5vw;
        color: transparent;
    }

    70% {
        font-size: 3.5vw;
        color: black;
    }

    100%{
        font-size: 3.2vw;
    }
}

@keyframes textcolor {
    from {
        color: transparent;
    }
    to {
        color: black;
    }
}
