body{
             font-family:Arial, sans-serif;
             background-color: #1c1c1c;
             color: #fff;
         }  
           
          header{
            background-color: #333;
            padding: 20px;
            text-align:center;
            
          }
          
          table{
              margin: 0 auto;
              color:#ff3131;
          }
          
        
          
         .menu {
              list-style:none;
              padding: 0;
              background-color:#333;
              width:90%;
              max-width:1000px;
              margin:auto;
           
         }
         
         .menu li a{
             text-decoration:none;
              color:white;
              padding:20px;
              display:block;
              
         }
         
         .menu li{
             display: inline-block;
             text-align:center;
         }
         
         .menu li a:hover {
             background:#ff3131;
         }
         
         
         
         
          .content h1 {
             text-align:center;
             background:#4c2600;
             color:#e3d1c5;
          }
            .content h2 {
             text-align:center;
             background:#726154;
             color:#c9b9ae;
          }          
          .content h5 {
             text-align:center;
             background:#726154;
             color:#ffffff;
          }          
          .content h6 {
             text-align:left;
             background:#726154;
             color:#ffffff;
          }
          
          
          
          
          
         .content {
            padding: 20px;
            text-align:center;
            background:#726154;
            width:800px;
            height:900px;
            margin: 50px auto;
         }
         
          footer{
              text-align: center;
          }