body {
  font-family: "Mate", serif;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #222;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #f0eefd;
}

h1,
h2 {
  font-family: "Meddon", cursive;
  background-color: rgba(193, 33, 84, 0.3882352941);
  color: #222;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

h1,
h2 {
  margin-top: 3rem;
}

.stats {
  padding: 1rem;
  margin: 1rem auto;
  background: center no-repeat url("../images/footer.png");
  background-size: cover;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, rgba(43, 105, 191, 0.4156862745), rgba(193, 33, 83, 0.4823529412));
}
@media (min-width: 960px) {
  .stats {
    max-width: 50%;
  }
}
.stats ul {
  list-style-type: none;
  padding: 0;
  margin: 1rem;
}

main {
  background: no-repeat url("../images/header.png");
  background-size: contain;
  background-color: #fff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  -o-border-image: linear-gradient(to bottom, #2b68bf, #cd2f4a) 1 100%;
     border-image: linear-gradient(to bottom, #2b68bf, #cd2f4a) 1 100%;
  height: 100%;
}
main .container {
  background: no-repeat url("../images/footer.png");
  background-position: bottom;
  background-size: contain;
  padding: 2rem;
}

section.welcome {
  margin-top: 35rem;
  background-color: rgba(255, 255, 255, 0.4901960784);
}
@media (max-width: 550px) {
  section.welcome {
    margin-top: 15rem;
  }
}

a {
  color: #2b69bf;
}
a:hover, a:active {
  background-color: #2b68bf;
  color: #fff;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  font-style: italic;
  margin: 0;
  padding: 0;
}
footer p {
  margin: 3rem 0 2rem 0;
}

p.show_joined_all_group_by_cats {
  font-weight: bold;
}

.material-symbols-outlined {
  vertical-align: text-bottom;
}

@supports (not (initial-letter: 5)) and (not (-webkit-initial-letter: 5)) {
  body > main > div > section.welcome > p:nth-of-type(1)::first-letter {
    font-family: "Meddon", cursive;
    font-size: 4rem;
    float: left;
    line-height: 0.7;
    margin: 0.1rem 1.2rem 0 0;
  }
}
@supports (initial-letter: 5) or (-webkit-initial-letter: 5) {
  body > main > div > section.welcome p:nth-of-type(1)::first-letter {
    font-family: "Meddon", cursive;
    -webkit-initial-letter: 2;
    initial-letter: 2;
  }
}/*# sourceMappingURL=style.css.map */