* {margin: 0; padding: 0; border: 0; box-sizing: border-box;}
        
        body {
            background-color: rgb(216, 216, 216);
        }
        
        #header {
             width: 100%;
            height: 15vh;
            background-color: rgb(66, 66, 66);
        }



        #top {
              text-align: center;
        }

        #top span {
            text-shadow: black 2px 2px 2px;
             color: rgb(255, 252, 235);
            font-family:   Lucida Handwriting;
            font-size: 5vh;
  
        }


        #bottom {
            text-align: center;
        }

        #bottom span {
            font-size: 5vh;
            color: rgb(255, 252, 235);
            font-family: Verdana;
            text-align: center;
            border-top: 1px solid rgb(14, 168, 0);
            border-bottom: 1px solid rgb(219, 0, 0);
             text-shadow: black 2px 2px 2px;
        }

        #nav {
            width: 100%;
            height: 5vh;
            background-color: rgb(66, 66, 66);
    
        }

        nav {
            text-align: center;
            padding-top: 5px;
        }

        a {
            font-size: 20px;
            color: white;
            margin: auto;
            text-decoration: none;
            padding: 5px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            text-shadow: black 1px 1px 1px; 
            font-size: 1.5vw;
            padding: 20px;
  
        }
        a:hover {
            color: rgb(255, 255, 154);
        }

        @media screen and (max-width: 1200px) {
            #nav {
                height: 60vh;
                float: left;
                width: 25%;
            }

            nav {
                padding-top: 25px;
            }

            a {
                display: table;
                font-size: 3vw;
        
            }
        }

        #container {
            margin: 20px;
            padding: 20px;
            background: rgb(255, 255, 255);
            text-align: center;
        }

        h1 {
            color: rgb(255, 0, 0);
        }

        h2 {
            color: green;
        }



        
        th {
            color: rgb(0, 0, 0);
            font-size: 20px;
           
        }

        td, th {
            width: 75px; height: 75px;
            text-align: center;
        }

        td {
            background-color: blue;
        }

        

        th span {
            text-align: center;
            width: 100px; 
            
        }
        
        table {
            margin: auto;
        }

        #week1 td {
            background-color: rgb(70, 70, 70);
        }

        #week1 td:nth-child(7) {
            background-color: rgb(255, 255, 154);
        }

        #week2 td {
            background-color: rgb(255, 255, 154);
        }

        #week3 td {
            background-color: rgb(255, 255, 154);
        }

        #week4 td {
            background-color: rgb(255, 255, 154);
        }

        #week5 td {
            background-color: rgb(255, 255, 154);
        }

        #week6 td {
            background-color: rgb(70, 70, 70);
        }

        #week6 td:nth-child(1) {
            background-color: rgb(255, 255, 154);
        }

        #week6 td:nth-child(2) {
            background-color: rgb(255, 255, 154);
        }

        #footer {
            width: 100%;
            height: 10vh;
            background-color: rgb(66, 66, 66);
            float: left;
            padding: 15px;
            color: white;
        }
        
        #footerlinks a {
            font-size: 14px;
        }

        #copyright {
   
            float: left;
        }
           
    
           