@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/engebrechtre');
html {
    box-sizing: border-box;
    margin: 0;
    font-family: engebrechtre;

}

body {
    text-align: center;
    background: rgba(57,57,57,1);
    color: #f2f2f2;
}
header {
    top: 0px;
    height: 120px;
}

h1 {
    margin-top: 20px;
    font-size: 4rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.0);
    line-height: 60px;
}

h2 {
    line-height: 20px;
    margin-top: -44px;
    font-size: 0.8rem;
    font-family: ubuntu;
    font-weight: 100;
    text-align: center;
    margin-left: 160px;
    position: relative;
}

label {
    font-family: ubuntu;
    font-weight: 300;
}

form {
    text-align: center;
}

input, button {
    font-family: ubuntu;
    font-weight: 100;
}

#wrapper {
    margin: auto;
    width: 90%;
    max-width: 640px;
}

.range-slider {
    position: relative;
    width: 100%;
    margin: auto;
}
#player {
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
}

#slider-container {
    margin: auto;
    align-items: center;

}

.js-input-from, .js-input-to  {
    width: 20px;
    background: rgba(57,57,57,0);
    color:#f2f2f2;
    border: none;
    font-size: 16px;
}

#url {
    min-width: 350px;
}

.timerveld input{
    background: rgba(0, 0, 0, 0.0);
    border: none;
    cursor: pointer;
    color: #f2f2f2;
    font-size: 0.9rem;
    font-family: ubuntu;
    font-weight: 100;
}

#timers {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 300px;
    width: 50%;
    background-color: #f2f2f2;
}
#begin {
    float: left;
    position: relative;
    top: 20px;
    text-align: left;
}

#einde {
    float: left;
    position: relative;
    top: 20px;
    text-align: right;
}

#download {
    position: relative;
    left: 2px;
}