.bi {
  padding: 13px 15px 13px 15px;
  font-size: 15px;
  text-align: center;
  margin: 5px 3px;
  border-radius: 50%;
}

.bi:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

.bi-instagram {
  background: #125688;
  color: white;
}

.bi-github {
  background: #333;
  color: white;
}

.bi-twitter-x {
  background: #55ACEE;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #c4c4c4;
}

::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

.bg-white {
  color: white;
}

.tx-black {
  color: black;
}

.text-black {
  color: black;
  margin-bottom: 0px;
}

.text-white {
  color: white;
  margin-bottom: 0px;
}

.tx-soft-white {
  background-color: white;
}

.bg-soft-black {
  background-color: black;
}

.navbar {
  background-color: white !important;
  padding-left: 1em !important;
  height: 5%;
}

.navbar-brand {
  color: black !important;
}

@media (prefers-color-scheme: dark) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: black;
  }

  ::-webkit-scrollbar-thumb {
    background: #414141;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #1f1f1f;
  }

  .navbar {
    background-color: #1f1f1f !important;
    padding-left: 1em !important;
    height: 5%;
  }

  .bg-dark {
    background-color: #1f1f1f !important;
  }

  .navbar-brand {
    color: white !important;
  }

  .navbar {
    background-color: #1f1f1f !important;
  }
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
