/* legal */

#legal-alert {
  color: white;
  background-color: black;
  border: none;
  margin-bottom: 0;
  z-index: 100;
  position: fixed;
  width: 100vw;
  bottom: 0;
  opacity: 0;
  /* letter-spacing: 200; */
  padding: 1em;
}

#legal-alert button {
  opacity: 1;
  font-size: 1em;
  border-radius: 4px;
  background-color: #4287f5;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: normal;
  float: none;
}

#legal-alert #legal-alert-buttons {
  margin: 0 auto;
  margin-top: 1em;
  width: 18em;
}

#legal-alert #alert-decline {
  background-color: grey;
}
