body {
  margin: 0;
  margin-bottom: 90px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: rgb(15, 15, 15);

  background: linear-gradient(
    0deg,
    rgba(15, 15, 15, 1) 0%,
    rgba(15, 15, 15, 0.8015581232492998) 51%,
    rgba(222, 0, 0, 0.6) 100%
  );
}

a {
  color: inherit;
  text-decoration: none; /* no underline */
}

/* ::-webkit-scrollbar {
  width: 12px;
  z-index: 299;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  height: 10px;
  transition: background-color 1s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(190, 190, 190);
} */
