* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
}

body {
    background-color: black;
}

#watch {
    font-size: 3em;
    color: white;
    position: absolute;
    left: 45%;
    bottom: 50%;
}