#logo {
    width: 120px;
    text-align: center;
    margin: 0 auto ;
 }

  li{
    list-style: none;
    text-align: center;
  }

  li:not(:first-child){
    list-style: none;
    text-align: center;
    background: white;
    padding: 10px 25px;
    border-radius: 15px;
    margin-right: 10px;
    font-weight: 900;
    margin-left: 20px;
  }

  li:not(:first-child):hover a{
    color: white;
  }

  li:not(:first-child):hover {
    background-color: #f37354;
    cursor: pointer;
  }

  a{
    text-align: center;
    color: white;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    color: #f37354;
    font-size: 24pt;
    text-underline-offset: 10px;

  }

  .nav li a{
    display: block;
    text-align: right;
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
  }

  .nav{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

  }