  p {
    color: #eef4ed;
  }
  h1 {
    color: #eef4ed; 
  }
  body {
    font-family: "Poppins";
    background-color: #0b2545; 
    margin: 0;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #13315c;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0s;
  }
  
  .sidenav a {
    padding-left: 50px;
    padding-top: 50px;
    text-decoration: none;
    font-size: 60px;
    display: block;
    color: #eef4ed;
    transition: 0s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  } 
  
  .button-container{
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .icon-container {
    background-color: #13315c; border-radius: 50%; height: 160px; width: 160px; display: flex; justify-content: center; align-items: center;
    cursor: pointer;
  }
 


