
* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}


body {
    text-align: center;
    background-image: url(../images/beergold.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    background-attachment: fixed;
    background-position: center;
    
}


h1 {
text-align: center;
text-shadow: 2px 2px blue;
font-size: 80px;
font-weight: bolder;
padding-top: 4%;
}


/* TABLE PROPERTIES*/

table {
    width: 80%; margin: 80px auto; border: 8px solid #222;
    border-collapse: collapse;
}


/* table headers are bold and centered*/
td, th {
    border: 3px solid darkcyan;
    padding: 8px; height: 1in;
    width: 12.5%; min-width: 100px;
    
}

/*th:first-child {
    background-color:slateblue;
}*/


#topbar {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    text-shadow:3px 3px gray;
}

#day {
    text-align: center;
    font-size: 25px;
    text-shadow: gray 3px 3px;
}