html {
  background-color: black;
}

body {
  background: url("../img/pblm.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}

#root button {
  display: block;
  margin: 5% auto;
  width: 90%;
  height: 20%;
  max-width: 500px;
  font-size: 1em;
  font-weight: bold;
  font-size: 4em;
  opacity: 0.9;
}
#root button.bail {
  background-color: red;
  position: fixed;
  bottom: 5px;
  max-width: 5000px;
  left: 5%;
}
