@-moz-document url-prefix() { /* Disable scrollbar Firefox */
  html{
    scrollbar-width: none;
  }
}
body {
  margin: 0; /* remove default margin */
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
} 

.center-text {
  margin-left:auto;
  margin-right:auto;
  display: block;
}

p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

h3 {
  color: #192074;
  text-align:center;
  font-weight: bold;
}

.complete-button {
  border:none;
  padding: 5px 5px;
  background-color: #192074;
  height:50px;
  width: 275px;
  font-weight:bold; 
  color:white;
  margin-bottom:10px;
}

.redeem-button {
  border:none;
  padding: 5px 5px;
  background-color: #e8241c;
  height:50px;
  width:275px;
  font-weight:bold;
  color:white;
}

.reveal-modal {
  width:500px;
  height:525px;
  background-color:lightgrey;
}