html {
    height: 100%;
  }

body {
  margin: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Helvetica, Arial, sans-serif;
  color: #144CA7;
  color: #151515;
  /*background-color: #c5cdd5;*/
}

#left_stripe,  #right_stripe {
  height: 100%;
  width: 30px;
  background-image: url("../_img/warning-stripe.svg");
  background-size: contain;
}

#content {
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#message {
  position: fixed;
  top: 20%;
}

h1 {
  font-size: 3rem;
}

p {
  font-size: 1.5rem;
}

#bg {
  /*background-image: url("bg.png");*/
  background-size: contain;
  background-position: center;;
  background-repeat: no-repeat;
  max-height: 90%;
  height: 90%;
  z-index: 1;
  position: absolute;
  max-width: 90%;
  width: 90%;
}

#flipdown {
  position: absolute;
  z-index: 2;
}

.rotor-group {
  display: flex;
  justify-content: center;
}

.rotor-group-heading {
  background-color: white;
  border-radius: 5px;
  bottom: -50px;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  justify-self: center;
}