body{
  background-color: lightgray;
}
#header {
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  padding: 10px;
  background-color: white;
  color: #3680AF;
}
#header2 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  padding: 10px;
  background-color: white;
  color: black;
}
#replyOffer {
  text-align: center;
}
#replyBox {
  text-align: center;
  display: none;
}

#successImageContainer {
  width: 100%;
  background-color: white;
}

#warningImageContainer {
  width: 100%;
  background-color: white;
}
.button {
/*   background-color: #1D8EC8; */
  -webkit-appearance: none;
  background-color: #28B0FA;
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 60px;
  cursor: pointer;
  width: 100%;
  height: 100px;
}

#replyBox textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  background-color: #E5F9FF;
  font-size: 55px;
}

#replyThankYou {
  display: none;
  background-color: #E5F9FF;
  color: black;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#replyError {
  display: none;
  background-color: red;
  color: white;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#pg1Header {
  text-align: center;
  background: red;
  color: white;
  font-size: 65px;
}

#instructConfirm {
  text-align: center;
  background: #ffc300;
  color: black;
  font-size: 45px;
}
