::selection {
  background: var(--bs-info-border-subtle);
  background: hsla(0,0%,100%,.5);
  text-shadow: none;
}

input::selection, textarea::selection {
  background: var(--bs-info-border-subtle);
}

a {
  color: rgb(13,202,240);
  transition: all .2s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: rgb(93,116,198);
}

p {
  margin: initial;
  margin-bottom: 15px;
}

#mainNav .navbar-nav .nav-item:hover {
  background-color: rgb(51,79,224);
  transition: all .2s ease-in-out;
}

