  
    :root{
        --main-theme:#D9AE74;
    }
        /*#2ecc71*/
        body {
           font-family: nunito; margin:0
        }
                * {box-sizing:border-box}


        input[type=checkbox], label {
            display: none;
        }
        
        footer{
            width: 100%;
            color: #f1f1f1;
            background-color: #1f1e1e;
            padding: 1rem;
            text-align: center;
        }

        #title-div {
            width: 100%;
            justify-content: center;
            display: flex;
        }

        #title-div h1 {
            font-family: fangsong;
            font-weight: 100;
            font-size: 54px;
            text-align: center;
        }
        h2{
            font-weight: 400;
        }

        .menu {
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-left: ;
            justify-content: center;
            font-family: Nunito;
        }

        .menu a {
            background-color: #5bc0de;
            background-color: #D9AE74;
            color: #ffffff;
            border: 0px solid white;
            border-radius: .4em;
            padding: 0.3rem 0.5rem;
            margin: 0 2%;
            text-align: center;
            /*width: 18%;*/
            padding: 0.3rem 1rem;

            transition: .3s;
        }


        a {
            text-decoration: none;
        }



tr>td:nth-child(4){
    background: #ffbb20;
}