@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;500;600&display=swap");
body {
  font-family: "Nunito", sans-serif;
  font-weight: 200;
}

a {
  font-weight: 500;
  text-decoration-color: white;
  text-decoration-style: dotted;
}

h1, h2 {
  margin-bottom: 20px;
}

h2 {
  margin-top: 30px;
}

h3 {
  font-size: 20px;
}

p {
  text-align: left;
  margin-bottom: 20px;
}

p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

section {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  section {
    padding: 25px;
  }
}

.audio-block {
  text-align: start;
  margin-bottom: 20px;
}

img.audio {
  margin-right: 10px;
  width: 50px;
}

@media (max-width: 800px) {
  .w-75 {
    width: 100% !important;
  }
}

/*# sourceMappingURL=articles.css.map */
