.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 250px;
}

.container h2 {
  /* text-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff, 0px 2px 0px #ffffff; */
  color: #98c12d;
  line-height: 50px;
  font-size: 42px;
  text-align: center;
  font-family: "__Marvin_5";
  font-weight: 400;
}

.container span {
  /* text-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff, 0px 2px 0px #ffffff; */
  color: #ed1b23;
  line-height: 31px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 350px) {
  .container {
    margin-bottom: 100px;
  }
  .container h2 {
    line-height: 32px;
    font-size: 25px;
  }

  .container span {
    /* text-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff, 0px 2px 0px #ffffff; */
    color: #ed1b23;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
  }
}
