  .menu {
    background-color: #acd2f7;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    font-family: "Arial";
  }
  
  .menu h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #030358;
  }
  
  .menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
    margin: 5px 0;
    background-color: #00264d;
    border-radius: 5px;
  }
  
  .menu p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #030358;
  }
  
  
  