body {
  background-color: #99ccff;
}

#content, .container {
  background-color: #ffffff;
  color: #000000;
}

#message {
  padding-top: 20px;
}

.ButtonStyle {
  background: #3399ff !important;
  color: #fff !important;
  height: 30px !important;
  height: 50px !important;
  width: 180px;
  font-size: 14px !important;
  text-align: center;
  white-space: pre-line;
  margin: 30px !important;
}
.btn {
  color: #fff !important;
}
label {
  font-family:;
}

h2 {
  font-family:;
}

.logo_flame {
  margin-top: 50px;
}

.logo_flame img {
  display: block;
  margin: 0px auto;
}

.commain {

}

.outer {
  position: relative;
  width: 700px;
  height: 350px;
}

.inner {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}

.btnarea {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 10px;
}