main {
    max-width: 800px;
    min-height: 400px;
    display: grid;
    grid-template-columns: 200px 1fr;
    color:white;
    font-family:sans-serif;
}
nav {
    background-color:#3f4554;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    flex-basis:100%;
    font-family:sans-serif;
    width: 100%;
    justify-content:center;
    padding-left:50px;

    
    

}
nav a {
    text-decoration: underline  ;   
    color:white;
    padding-top:5px;
    margin-bottom:40px;
    border-top:white;
    border-top-style:solid;
    border-top-width:1px; 
    width:100%;
    
    
    
}
nav a:last-child {
    margin-bottom:0;
  }
section {
    background-color: #2c303c;
    padding: 30px;
    line-height: 1.5;
}
h1{
    font-family:sans-serif;
    font-size:55px
}
h2{
font-family:sans-serif;
}
p{
    font-family: 'Times New Roman', Times, serif;
}
