@charset "UTF-8";
/* CSS Document */
#main #stop {
    margin: 80px auto 60px;
    text-align: center;
}
#main #stop h1 {
    color: #222222;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 10px auto;
}
#main #stop h2 {
    font-size: 36px;
    line-height: 1.6;
    color: #cc0000;
    font-weight: bold;
    text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 255, 0, 1);
  text-decoration-skip-ink: none;
    margin-bottom: 20px;
}
#main #stop p{
    font-size: 26px;
    font-weight: bold;
}