.cookies {
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #1664af;
  min-height: 100px;
  height: auto;
  z-index: 1;
}

.cookies .header {
  margin-top: 10px;
  font-weight: bold;
}

.cookies .buttons {
  padding-top: 10px;
  padding-bottom: 10px;
}
