.btnText{
  color: red;
  text-align: center;
}

#randomNumbers{
  /* color: red; */
  white-space: pre-line;
  text-align: left;
}

#logo{
  /* border: solid red 4px; */
  width: 50%;
  margin-left: 1%;
}

#randomNumberDisplay{

}

body{

  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}

#redAlert{
  background-color: rgba(255, 0, 0, 0);
  height: 0%;
  width:0%;
  position: absolute;
  z-index: -1;

}

#redAlertMessage{
  width: 100%;
  margin-left: auto;
  /* padding-left: 50%; */
  color: white;
  /* border: solid black 10px; */
  text-align: center;
  font-size: 175px;
  margin-top: 20%;
}
