body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1f0443;
}

main {
  background-color: white;
  padding: 50px 30px;
}

img {
  display: block;
  padding-top: 80px;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.grid {
  display: grid;
  grid-gap: 64px;
}

.embed {
  width: 100%;
  aspect-ratio: 1/1;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.instagram-embeds {
  margin: 30px 0;
}

.img-responsive {
  width: 100%;
  display: block;
  height: auto;
}

.card .img-responsive {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.grid-2-columns {
  grid-template-columns: 1fr 1fr;
}

.grid-3-columns-with-first-narrow,
.grid-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-align {
  text-align: center;
}

.card-header.grid {
  grid-gap: 0;
  align-items: start;
}

.card {
  background-color: white;
  border-radius: 8px;
}

.card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  color: #272044;
  margin: 0;
}

.card h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
  opacity: 0.8;
  margin: 0;
}

.card-body {
  padding: 20px;
}
.card-footer {
  padding-bottom: 0;
}

.btn {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px;
  background-color: #462cb3;
  text-decoration: none;
}

section {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px;
}

section.secondary {
  background-color: #f9f9f9;
}

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
    url("../images/pinklake.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

main h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 5px;
  color: #272044;
  opacity: 0.3;
  text-transform: uppercase;
}

main h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5em;
  color: #272044;
}

main p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
  opacity: 0.8;
}

header h1 {
  font-weight: 500;
  font-size: 96px;
  line-height: 1.5em;
}
header h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5em;
}
header h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 5px;
}

header a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ff6f61;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

@media (max-width: 768px) {
  header {
    padding: 60px 10px;
  }
  header h1 {
    font-size: 48px;
  }
  header h2 {
    font-size: 24px;
  }
}

footer {
  text-align: center;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/footerimg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

footer h3 {
  font-weight: 500;
  opacity: 0.8;
  font-size: 24px;
  line-height: 1.5em;
}

footer p {
  font-weight: 400;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.5em;
}
footer ul {
  padding: 0;
  margin: 0;
}

footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2em;
}

footer a {
  color: white;
  opacity: 0.8;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 960px) {
  header {
    padding: 60px 0;
  }

  header h1 {
    font-size: 48px;
  }

  header h2 {
    font-size: 20px;
  }

  header h3 {
    font-size: 12px;
  }
  .grid {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }

  section {
    padding: 30px;
  }
}
