html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: rgb(18, 130, 92);
  line-height: 1.3;
  font-family: "Noto Serif", serif;
  padding: 0;
  margin: 0;
}

#card {
  background-color: rgb(250, 215, 222);
  max-width: 1000px;
  border-radius: 15px;
  margin: auto;
  padding: 10px;
}

#carouselExampleIndicators {
  width: 400px;
  padding: 25px;
  margin: auto;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
}

h1 {
  font-family: "Glass Antiqua", cursive;
}

#siteTitle {
  text-align: center;
  font-size: 80px;
  font-style: italic;
  line-height: 1;
  color: rgb(251, 196, 206);
}

#siteTitle:hover {
  color: rgb(255, 130, 150);
}

h2 {
  color: rgb(255, 130, 150);
}

p {
  font-size: 24px;
  margin-top: 0;
}

a, a:visited, a:active {
  text-decoration: none;
  text-decoration-line: none;
}

div {
  color: rgb(18, 130, 92);
}

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