html{
    overflow: hidden;
    font-family: 'Lato', sans-serif;
}

body{
    background-color: black;
}

.tack{
    color: #F99500;
    font-size: 40vw; 
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tillbaka{
    color: #ffffff;
    font-size: 10vw; 
    margin: 0;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}