html, body { 
    margin: 1rem;
    padding: 0;
    }
   body {background-color: rgba(176, 16, 240, 0.322); 
    font-family: Verdana, sans-serif; 
    font-size: 100%;
    }
    div.navig {text-align: center;}
   h1 {font-size: 200%; 
    color: rgb(143, 29, 0); 
    text-align: center;
    }
   h2 {font-size: 150%; 
    color: rgb(138, 135, 0); 
    padding-left: 3rem; border-bottom: 2px solid black;
    }
   
   a:link {
    color: rgb(0, 112, 0);
    text-decoration: underline;
    }
   a:visited {
    color: rgb(19, 16, 230);
    }
   a:hover {
    color: red;
    text-decoration: none;
   }
   a:active {
    color: rgb(255, 0, 0);
   }

footer{
    text-align: center; font-size: smaller; color: black; border-top: 2px solid;}

