.notice-text {
  color: #f00;
  width: 115%;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  font-size: 14px;
}