body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-image: url(M90_Seamless_Camo.png);

}

h1 {
    font-size: 8em;
    color: white;
}

.countdown {
    text-align: center;
}

.time {
    font-size: 8em;
    color: white;
    margin-top: 0px;
    padding-top: 0px;
}

p {
    margin-top: 8em;
    font-size: 2em;
    color: white;
}
.eller{
    margin-top: 1em;
    font-size: 48px;
}

.omosstext{
    margin-top: 0px;
    padding-top: 0px;
    width: 700px;
    text-align: center;
}

.tillbaka{
    display: flex;
    justify-content: center;

    
}
.tillbaka a{
    font-size: 20px;
    color: white;
}


@media all and (max-width:800px) {
   
    h1 {
        font-size: 2.5em;
        color: white;
    }

    .time {
        font-size: 1.8em;
        color: white;
        margin-top: 0px;
        padding-top: 0px;
    }

    p {
        margin-top: 4em;
        font-size: 1em;
        color: white;
    }
    .eller{
        font-size: 2em;
    }
    .omosstext{
        width: 300px;
        font-size: 16px;
    }
    .tillbaka a{
        font-size: 14px;
    }
}