.cookies {
  position: fixed;
  bottom: 0;
  width: 80%;
  background-color: #031c30;
  border: 2px solid #83e882;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.cookies p {
  color: #fff;
  margin: 0;
   font-size: 12px;
}

.cookies a {
  color: #83e882;
  text-decoration: underline;
}

.cookies button {
  background-color: #83e882;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  color: #031c30;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .cookies {
    width: 98%;
  }
    
}
