#Navigation {
    background-color:gray; 
    color:white; 
    height: 20%;
    width: 100%;
    border: 3px solid black ;
    text-align: center;
    outline: none;
    top: 20px;
    align-self: top;
   text-decoration: none;
}
   

body { 

    background-color: palevioletred;    border-top: 20%;
}

h2 {

    top: 40px;
}
h3 {   
    align-self: right;



}


  
a {
    text-decoration: none;
    font-size: 22px;
    color: black;
  }