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

.contents-background-purple {
  padding-top: 0.05px;
  min-height: 100%;
  background: #532f66;
  min-width: 360px;
}

.border-line-pink {
  border-bottom: 1px solid #532f66;
  margin: 0 20px 0 20px;
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.message-k-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;
}
