@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

*, .container {
  font-family:"Baskerville";
}

html, body {
  color:white;
  background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://file.garden/ZoTo1PrOP2MVMKN0/bgs/nonrepeating/Black-And-White-Desktop-Wallpaper.jpg);
  background-size:cover;
  -ms-overflow-style:none;
  scrollbar-width:none;
}

html, body {
  color:white;
}

::-webkit-scrollbar {
    display: none; 
}

::selection {
    color:black;
    background:rgba(255,255,255,0.25);
}

::-moz-selection {
    color:white;
    background:rgba(255,255,255,0.25);
}

a {
  color:gray;
  text-decoration:underline;
}

a:hover {
  color:white;
  text-decoration:none;
}

.altlink {
  color:white;
  text-decoration:none;
  cursor:default;
}

.altlink:hover {
  color:white;
  text-decoration:none;
  cursor:default;
}

.header {
  color:rgb(27,27,27);
  background-color:black;
  font-size:2.5rem;
  margin:auto;
  width:75%;
}

.main {
  color:rgb(43,43,43);
  background-color:black;
}

.side {
  color:rgb(43,43,43);
  background-color:black;
}