#cajacookies {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: white;
  color: black;
  padding: 10px;
  margin-left: 15%;
  margin-right: -15%;
  margin-bottom: 0px;
  position: absolute;
  top: 0px;
  width: 55%;
  z-index: 100;
}

#cajacookies button {
  color: white;
  background-color: #e84b6c;
}