.dropbtn {
    background-color: white;
    color: black;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display:flex;
    align-items: center;
    font-family: 'Press Start 2P', helvetica, sans-serif;

  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none !important;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    z-index: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: 100 !important;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block !important;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #c5c5c5;
  }

  @font-face {
    font-family: 'YRDZST';
    src: url('../fonts/YRDZST Semibold.woff2') format('woff2');
  }
  
  