h1 {
    text-align: center;
    text-decoration: underline;
}

#videospelare {
    width: 800px;
    margin: auto;
}

#kontroller {
    margin: 10px;
}

button {
    margin: 5px;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

/* Tidslinje */
#progressBackground {
    margin: 0 auto;
    width: 50%;
    height: 10px;
    border: 3px solid black;
    border-radius: 10px;
}

#progress {
    height: 10px;
    background-color: black;
    width: 0%;
    transition: 0.5s ease;
}

/* Range */
input {
    display: none;
}