    div{
                border: 10px solid #e0e7eb;
                padding: 30px;
                margin: 15px;
                background-color: rgb(226, 198, 169);
            p{
                color:#131010;
                text-align: justify;
                font-family: 'Times New Roman', Times, serif;
                font-size: 120%;
             }
            h1{ text-decoration: underline;
                text-align: center;
                padding: 10px;
                text-shadow: 2px 2px 5px;
                letter-spacing: 2px;
                text-transform: none;
                font-family: 'Times New Roman', Times, serif;
                font-style: oblique;}
            h2{ text-align: left;
                color:#543A14 ;
                font-family: Arial, Helvetica, sans-serif;
                background-color: #F0BB78;}  
            h3{ text-align: left;
                color:#543A14 ;
                font-family: 'Times New Roman', Times, serif, sans-serif;}
            h4{ text-align: left;
                    color:#543A14 ;
                    font-family: 'Times New Roman', Times, serif, sans-serif;}
            table th{ border: 2px solid;}
            th:hover{color:#3E7B27;}
            table tr td{
                background-color: aqua;
                border: 2px solid black;
                border-radius: 10px;
                text-align: center;
            }
            table tr td:hover{
                background-color: #3E7B27;
            }
          
        }