body {
    text-align: center;
    align-items: center;
    background-image: url('background.png');
    background-repeat: repeat-y;
    background-size: cover;
    color: rgb(58, 19, 19);
}
h1, p {
    font-family: serif;
    margin-bottom: 0%;
    margin-top: 0%;
}
a {
    font-size: 5vw;
    font-weight: normal;
    color: #ff3a30;
    text-shadow: 1px 1px 2px #ae3a3a;
    text-decoration: none;
}
a:hover {
    color:#800000;
    text-shadow: #d01e74;
}
img {
    width: 50vw;
}
table, th, td {
    align-self: center;
    margin: 0 auto;
    width: 80%;
    max-width: 80vw;
    border-collapse: collapse;
    table-layout: fixed;
}
td {
    width: 20%;
}
td:first-child {
    text-align: center;
}
#num_day, #num_hrs, #num_min, #num_sec {
    font-size: 10vw;
    font-weight: bold;
    -webkit-text-stroke: .2vw #983737;
}
#day, #hrs, #min, #sec {
    font-size: 3vw;
    text-shadow: 0 0 .3vw #ff7c7c;
}