.contents-background-brown {
  padding-top: 0.05px;
  min-height: 100%;
  background: #33290e;
  min-width: 360px;
}

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

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

.border-line-yellow {
  border-bottom: 1px solid #997b29;
  margin: 0 20px 0 20px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.message-s-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: #000000;
}
