html, body {
    margin: 0;
    overflow: hidden;
    font-family: monospace;
}

body {
    background-color: #2b2b2b;
}

#analogContainer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#digitalMetric {
    font-size: 2rem;
    color: #6897bb;
    text-align: right;
    margin: 1.5rem;
}

footer {
    font-size: 1.2rem;
    text-align: right;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

a {
    text-decoration: none;
    color: #6897bb
}

a:hover {
    font-weight: bold;
}
