/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

    body {
    	font-family: Verdana;
        background-color: black;
      color: black;
    }
       
    button {
        background: yellow;
        font-family: verdana;
        font-size: 1.2em;
    } 
    
    a{
 text-decoration:none;
}
    
    p {
    	font-family: Verdana;
      color: white;
    	font-size: 1.2em;
    }
    
    H1 {
    	font-family: Verdana;
      color: white;
        font-size: 2.4em;
    }


    H2 {
    	font-family: Verdana;
      color: white;
        font-size: 1.7em;
    }
    
    H3 {
    	font-family: Verdana;
      color: white;
        font-size: 1em;
    }
    



  
/* table blocks */


  .header-box {
        background-color: #FFFC3D;
    }

  .clear-section {
        width: 90%;
        margin: 8px;
        padding: 5px 20px;
    }
    
    
  .show-section {
        width: 80%;
    }
    
 .colored-section {
        background: #FFFC3D;
        width: 70%;
        margin: 8px;
        border: 3px solid black; 
        padding: 20px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.30);
    }
    
  .footer {
        background: cyan;
        width: 300px;
        margin: 7px;
        border: 1px solid black; 
        padding: 2px 2px;
    }   
 
 /* vards */
 
   
   .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } 
       
    
  .halfcard {
        width: 450px;
        padding: 10px 10px;
    } 
    

  .btn {
        border-radius: 1000px;
        color: blue;
    } 
