body {
  margin: 1.25rem;
  font-family: "Georgia", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  background-color: #fff;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

p {
  font-size: 1.25rem;
  font-weight: 300;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover, a:focus {
  color: rgba(0, 0, 0, 0.9);
}

img {
  max-width: 100%;
  height: auto;
}

small, figcaption {
  font-size: 80%;
  font-weight: 400;
  color: #6c757d;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 5.5rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 6rem;
  }
}
