header {
    padding: 20px;
    width: 100%;
    height: auto;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.title-container {

}
.title-container #title {
    color: #FF986D;

    font-family: Roboto Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.filter-selection-container {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}
.filter-selection-container .filter-item {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    flex-direction: row;
    gap: 5px;

}
option {
    background-color: rgb(0, 0, 0);
}



  #countries,
  #gerne,
  #age {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    background-color: transparent!important;
    color: white;
    border: none;
  }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
      outline: none;
  }