body {
    background: linear-gradient(45deg, rgba(23,76,79,1) 0%, rgba(0,139,49,1) 100%);
    font-family: sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.links {
    position: absolute;
    top: 30px;
    left: 30px;
}

table{
    table-layout: fixed;
}

td{
    padding: 15px;
    text-align: left;
    vertical-align:middle;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

a{
    color: white;
    text-decoration: none;
}

.clock {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 80px;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #080808;
    border-radius: 5px;
    padding: 0 20px;
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.15), 0 15px 90px 30px rgba(0, 0, 0, 0.25);
    display: flex;
}

.col {
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
    min-width: 90px;
    position: relative;
}
