/* CSS */




body {
    background-color:lightgrey;
    }
    h1{color:black;
    align-content:center;
    }
    
    h2{ color: yellow;}
    ul  {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      border: 1px solid #e7e7e7;
      background-color: #f3f3f3;
    }
    
    li {
      float: right;
    }
    
    
    
    
    
    img {
      border-radius: 50%;
    }
    .top-left {
      position: absolute;
      top: 8px;
      left: 16px;
    
     }
    
    li a {
      display:block;
      color: #666;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    li a:hover:not(.active) {
      background-color: #ddd;
    }
    
    li a.active {
      color: white;
      background-color: #04AA6D;
    }
    p { color:blue;
    font-size: 16pt}