* {
  font-family: monospace;
}
* h1 {
  font-size: 25pt;
}
* h2 {
  font-size: 20pt;
}
* h3 {
  font-size: 15pt;
}
* h4 {
  font-size: 12pt;
}

body {
  margin: 0;
}

.container {
  margin: 0 15rem;
  padding: 1.5rem 1.5rem;
  background: floralwhite;
}
.container .text-captions {
  font-size: larger;
}
.container .text {
  margin-top: 0;
}

.default-box-shadow {
  box-shadow: 0px 0px 15px rgba(69, 69, 69, 0.6862745098);
}/*# sourceMappingURL=style.css.map */