.contents-background-sky {
  padding-top: 0.05px;
  min-height: 100%;
  background: #d3ccff;
  min-width: 360px;
}

.contents-background-navy {
  padding-top: 0.05px;
  min-height: 100%;
  background: #2b2366;
  min-width: 360px;
}

.border-line-sky {
  border-bottom: 1px solid #403499;
  margin: 0 20px 0 20px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.border-line-navy {
  border-bottom: 1px solid #44bac9;
  margin: 0 20px 0 20px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.message-m-font {
  position: absolute;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Anton";
  font-style: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
