*{
  padding: 0;
  margin: 0;
}
.contaner{
  width: 1600px;
  margin: auto;
}
.subcontainer{
  width: 100%;
  margin: auto;
}
#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(177, 124, 50, .5);
  z-index: 1000;
  display: block;
}
.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.cookies p{
  color: #fff;
}
.cookies a{
  color: yellow;
  text-decoration: none;
}
#cookies-btn{
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  border: 3px solid white;
  background-color: #b17c32;
  color: white;
}
