html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: #109d88;
}

.social-links a {
  color: #333;  
}

.social-icon {
  color: #1d1d1f;
  font-size: 1.3rem; /* <- change this number */
  transition: opacity 0.2s ease;
}

.nav {
  padding: 0;
}

.nav-link.active {
  font-weight: bold;
  color: #32c0ad; /* Bootstrap's primary color */
}

.max-width-800 {
  max-width: 900px;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-weight: 600!important;
}

.tilted-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
}

.tilted-highlight::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #cbffed; 
  transform: rotate(-2deg); 
  z-index: -1;
  border-radius: 2px;
}

.vh-75 {
  height: 75vh !important;
}
