body {
    background-color: #0e131a;
}

.body {
    background-color: #0e131a;
    color: #e9f2ffe6;
    text-align: center;
    padding: 100px;
}
.clock {
    background-color: #0e1218;
    border: 5px solid #05050560;
    border-radius: 15px;
    margin: 15px;
    display: inline-block;
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
}

.footer-links {
    position: fixed;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #e9f2ffe6;
}

.footer-links a,
.footer-links a:visited,
.footer-links a:active {
  color: #e9f2ffe6;
  text-decoration: none;
}