.mainHeader {
  height: 100vh;
  min-height: 40em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.aboutHeader {
  height: 100vh;
  min-height: 40em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

body {
  background: linear-gradient(#a679ca, #ee82ee, #51dbff);
}

.li {
  list-style: circle;
}

.social-links {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-block {
  display: block !important;
}

.footer {
  padding: 20px 0;
  text-align: center;
  margin-top: 20px; /* Add margin-top to create space */
}

.footer-icons {
  margin-top: 10px;
}

.footer-icons a {
  margin: 0 10px;
  color: #333;
}

.content {
  padding-bottom: 50px; /* Add padding-bottom to create space */
}
