.bbh-sans-bartle-regular {
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header {
  box-sizing: border-box;
  text-align: left;
  top:0;
  left:0;
  width:100%;
  height: 90px;
  position: fixed;
  background-color: indianred;
  line-height: 45px;
  color: #f1c232;
  font-family: "bbh sans bartle";
  font-size: 48px;
}

body {
  background-color: #fff9ed;
  padding: 25px;
}
h1 {
  color: #f1c232;
  font-family: "bbh sans bartle", sans-serif;
}
a {
  color: white;
  text-decoration: none;
  font-style: italic;
}

li,
input:checked + ul {
  display: block;
  background-color: indianred;
  width: 184px;
  max-width: 184px;
  padding: 0;
  margin: 0;
  color: #f1c232;
}
ul ul,
input {
  display: none;
}
.recuo {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.label {
  font-family: "bbh sans bartle";
  text-decoration: underline;
}
