body, html {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#background {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
}

#overlayLogo {
    position: fixed;
    top: 10px;
    left: 10px;
}

.rectangle {
    position: fixed;
    height: 25px;
    width: 70px;
    top: 10px;
    left: 300px;
    background-color: black;
    opacity: 50%;
}

.rectangle2 {
    position: fixed;
    height: 25px;
    width: 148px;
    top: 10px;
    left: 475px;
    background-color: black;
    opacity: 50%;
}
#distance {
    position: fixed;
    top: 12px;
    left: 305px;
    color: white;
}

#Group2 {
    position: fixed;
    top: 10px;
    left: 450px;
}
#time {
    position: fixed;
    top: 12px;
    left: 480px;
    color: white;
}
#overlayTime {
    position: fixed;
    top: 10px;
    left: 275px;
}
