:root {
  --border-color: #fff;
  --border-size: 3px;
  --negative-border: calc(-1 * var(--border-size));
  --bg-color: #0a1935;
  --nav-width: 176px;
  --wrapper-width: 895px;
  --scrollbar-fg: #102855;
  --scrollbar-bg: #fff;
}

* {
  cursor: url("");
}

:active {
  cursor: url("");
}


@font-face { 
    font-family: 'PixelOperator';
    src: url('https://bridget.party/PixelOperator.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "PixelOperator", monospace;
}

body {
background-color:black;
  background-attachment: fixed;
  color: white;
  height: 570px;
}



main {
  float: center;
  background-color: ;
  width: 800px;
  height: 533px;
  top: 40px;
  margin: 0 auto;
  font-family: "PixelOperator", monospace;
  position:relative;
  bottom:0px;
  border-width: 0px;
  filter: drop-shadow(5px 5px 3px #00000036);
}

p {
margin: 0px;
padding: 0px;
}

a {
 color:white; 
 text-decoration:none;
}

a:hover {
 text-decoration: underline; 
 cursor: pointer;
}


