/*Cookies Under */

.container{
    width: 1600px;
    margin: auto;
  }
  
  @media(max-width:1600px){
    .container {
      width: 100%;
    }
  }
  
  .subcontainer{
    width: 85%;
    margin: auto;
  }
  
  #cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    color: white;
    background-color: rgba(59, 59, 59, 0.7);
    z-index: 1;
    display: none;
  }
  
  .cookies {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .cookies a {
    color: yellow;
    font-weight: 500;
    text-decoration: none;
  }
  
  @media(max-width:1024) {
    .cookies{
      padding: 10px 0;
    }
  }
  
  #cookies-btn {
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    border: 3px solid white;
    background: black;
    color: white;
  }

  a:link {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }
  i {
    font-style: normal;
  }
.RH{ text-decoration: none}