body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-family: Arial, sans-serif;
}
canvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -10 !important; /* Very low z-index to ensure it's behind everything */
  pointer-events: none !important; /* So it doesn't interfere with clicks */
  opacity: 1 !important;
}

/* #sectionAbout{
  margin-top: 100px;
} */

p{
  font-size: 1.1rem;
}

li{
  padding-bottom: 15px;
}

/* Awards  */

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.features .features-item + .features-item {
    margin-top: 60px;
}

.features .features-item .content {
    background-color: #37517e1c;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding: 30px;
    width: 100%;
    height: 100%;
}

.features .features-item h3 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}
