@charset "UTF-8";

hr {
  border: 2px solid #f8ea59;
  margin-top: 20px;
  margin-bottom: 20px;
}

#container .toga_re {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #333333;
}

.slash-1 {
  height: 3px;
  background-image: linear-gradient(
    -45deg,
    hsla(0, 0%, 70%, 0),
    hsla(0, 0%, 70%, 0) 25%,
    hsla(0, 0%, 70%, 1) 25%,
    hsla(0, 0%, 70%, 1) 50%,
    hsla(0, 0%, 70%, 0) 50%,
    hsla(0, 0%, 70%, 0) 75%,
    hsla(0, 0%, 70%, 1) 75%
  );
  background-size: 10px 10px;
}
