#clock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 98vh;  
    lighting-color: aquamarine
}

#display {
    margin: 0;
    padding: 0;
    font-size: 140px;
    font-family: sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
      
}

body {
    background-image: url('/resources/picture/backgrounds/funnybitd.png');
}

#home {
    position: fixed;
    top: 600px;
    left: 16%;
    font-size: 60px;
    font-family: sans-serif;
    border: #000 solid 3px;
    border-style: dashed;
    width: 900px;
    height: 10px;
    border-radius: 50px;
    lighting-color: aquamarine
}