h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.error_msg {
  display: block;
  width: 100%;

  background-color: rgb(231, 109, 109);
  color: #f0f0f0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
}
.splide__slide__content {
  width: 100%;
  height: 100%;
  min-height: 300px;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: black;
  color: white;
  padding: 20px;
  text-align: center;
}

.splide.custom-splide {
  visibility: visible;
}
