* { color: darkslateblue;
font-family:   'Quicksand', sans-serif;
background-color:aliceblue;
color: #4d4d87;
text-align: center;    

}




.dgpc { display: block;
            flex-direction: column;
             margin: 1rem;
             width: 5rem;
}



h1 {  color: darkblue;
text-align: center;
     border-style: solid;
    margin-left: 40%;
    margin-right: 40%;
    border-bottom-color: mediumvioletred;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-bottom: 1%;
text-decoration: none;
    
   }

h2 { text-align: center;
     margin: auto;
   
   }

h3 nav ul a { display:flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: mediumvioletred;
    text-decoration-line: none;
    text-decoration: none;


}


h4{ text-align: center;
margin: auto;
color:mediumvioletred;}


main { text-align: center;}

footer {
   
    text-align:inherit;
  text-align: left;
    margin: 2px;
    padding-left: 10%;
    padding-right: 10%;    
}



