#cookie {
  position: bottom;
  left: 0;
  bottom: 0;
  padding: 1em;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #66BB6A;
  color: #f1f1f1;
  border-radius: 0.5em;
  box-shadow: 0 2px 3px rgba(51, 51, 51, 0.25);
}

#cookie button {
  border: 0;
  background: #f1f1f1;
  padding: 0.5em;
  border-radius: inherit;
  box-shadow: inherit;
  margin-left: 5px;
  cursor: pointer;
}

#cookie button:hover {
  background: #fcfcfc;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.5);
}
