body {
    background-color: black;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#connectionStatus {
    color: red;
    font-family: Tahoma, sans-serif;
    font-size: 2vmin;
    position: absolute;
    right: 1px;
    top: -3px;
}

#timerText {
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 6vmin;
    position: absolute;
    width: 100%;
    right: 0px;
    top: 12vmin;
    text-align: center;
}

#timer {
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 6vmin;    
    position: absolute;
    width: 100%;
    right: 0px;
    top: 23vmin;
    text-align: center;
}

#timerTarget {
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 4vmin;
    position: absolute;
    width: 100%;
    right: 0px;
    top: 30vmin;
    text-align: center;
}