#cajacookies {
  font-family:Century Gothic, sans-serif;
    font-size: 15px;
    box-shadow: 0px 0px 5px 5px #808080;
  background-color: beige;
  color: black;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  width: 80%;
}

#cajacookies button {
  color: black;
    height: 50px;
} 