.myCookieWarningClass {
  /* box-shadow: 0px 0px 10px 1px #101010; */
  background-color: white;
  border-radius: 5px;
  border: 1px solid white;
  margin: 30px;
}

#output {
  color: orange;
  letter-spacing: 2px;
}
