            body 
            {
                background: linear-gradient(blue, rgb(152, 255, 152) , black);
                

                font-family: Bebas Neue;
                
                text-align: center;
            }
            h1 {
                color: black;
                font-size:20;
                margin: 20px 500x 20px;
                }
           
            div
            {
                font-size: 20px;
                color: #FFFFFF;
                padding: 36px;
                text-align: center;
            }
            a
            {
                color: #073566;
                font-family: Arial, sans-serif;
                font-size: 1.2em;
                text-decoration: none;
                margin: 10px;
                padding: 5px;
                border: 2px solid transparent;
                border-radius: 5px;
            }
            a:hover , a:active{
                color: #0b80c2;
                text-decoration: underline;
                border-color: #0b80c2;
            }

            table, th, td
            {
                color:#FFFFFF;
                font-size: 20px;
                text-align: center;
                border: 1px solid black;
            }

            table {
                width: 90%; 
                table-layout: fixed; 
                margin: auto; 
                border-collapse: collapse;
                border-collapse: collapse;
                width: 100%;
              }
              
              th, td {
                padding: 8px;
                text-align: left;
                border-bottom: 1px solid #DDD;
                max-width:70%;height:auto
              }
              
              tr:hover {background-color: orange;}

              ul
              {
                text-align: left;
                list-style-type:upper-roman;
                color: white;
                font-size: 20px;
              }
              ol
              {
                text-align: left;
                color: white;
                font-size: 20px;
              }
              .button {
                background-color: #04AA6D; /* Green */
                border: none;
                color: white;
                padding: 15px 32px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 16px;
                margin: 4px 2px;
                cursor: pointer;
                }
                .button1 {border-radius: 12px;}
               
          
              ul.menu {
                list-style-type:none;
                margin: 0;
               padding: 0;
                overflow: hidden;
               background-color: #333333;
               max-width:70%;height:auto
              }
          
              li.menu {
                float: left;
                max-width:70%;height:auto
              }
              
              li.menu a {
                
                display: block;
                color: white;
                text-align: center;
                padding: 16px;
                text-decoration: none;
              }
              
              li.menu a:hover {
                background-color: #111111;
              }
          
          h3.lds
          {
            font-size: 30;
            color: black;
          }


