/* Add a black background color to the top navigation */
.headerstyle {
    background-color: hwb(352 1% 79%);
    width:auto; 
    height: 100px;
    border-radius: 5px;
    padding: 20px;
  }
  .header-content {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 200px;
    text-align: right;
    padding-top: 0px;
    color:white;

  } 
  
  
  