* {
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #727272;
  border: none;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #5e5e5e;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::selection {
  background-color: #576397;
}

*:focus {
  outline: none;
}
a:focus {
  filter: brightness(150%);
}

#about {
  background-color: #b5f2f2;
  min-height: 100vh;
}
#videosSection {
  background-color: #b5f2f2;
}

#videos .carousel-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (min-width: 768px) {
  #about p {
    font-size: 1.1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  #about p {
    font-size: 1.25rem !important;
  }
}
