body {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/8/80/Hellfest2017Sabaton_01.jpg");
    background-color: #131313;
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    fill-opacity: 0.3;
}

#h2time {
    font-family: "Share Tech Mono", monospace;
    text-align: center;
    font-weight: bold;
    color: gold;
    font-size: 125px;
}

h3 {
    font-family: "Share Tech Mono", monospace;
    color: gold;
    font-size: 23px;
}

#alarmset {
    color: green;
    background-color: #131313;
    border-color: green;
}

#alarmcancel {
    color: red;
    background-color: #131313;
    border-color: red;
}

#videoPlayer {
     background-position: center;
}