/*
  Small devices (landscape phones, 576px and up)
  Medium devices (tablets, 768px and up)
  Large devices (desktops, 992px and up)
  X-Large devices (large desktops, 1200px and up)
  XX-Large devices (larger desktops, 1400px and up)
*/

/* General style */


/* Homepage style */

.book-course h1 {
  font-family: "Special Elite", "Fredericka the Great", serif;
  text-transform: uppercase;
  font-size: 4.25rem;
}

/* About Me page style */

.about-me span.name {
  font-weight: bold;
}
.about-me .justify-content-center {
  font-size: 1.5rem;
  line-height: 1.75;
}
.about-me .justify-content-center .col {
  margin-bottom: 0.75em;
}
.about-me .first-text {
  margin-top: 150px;
}
.about-me .second-text {
  margin-top: 500px;
}
