html, body {
  
  padding: 0;
  background-color: #000;
  font-family: 'Courier';
  color: rgb(255, 255, 255);
  /*LOW RES*/
  /*font-size: 20pt;
  line-height: 22pt;
  letter-spacing: 12px;*/
  /*NORMAL RES*/
  font-size: 10pt;
  line-height: 11pt;
  letter-spacing: 6px;
  /*HI RES*/
  /*font-size: 5pt;
  line-height: 5.5pt;
  letter-spacing: 3px;*/
  max-width: max-content;
  margin: auto;
  
}
.vignette_T {
  background: linear-gradient(to top, rgba(0,0,0,0) 90%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
  z-index: 1000;
  position: absolute;
  
  top: 13px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.vignette_L {
  background: linear-gradient(90deg, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 40%);
  z-index: 1000;
  position: absolute;
  
  top: 13px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.vignette_R {
  background: linear-gradient(90deg, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 90%);
  z-index: 1000;
  position: absolute;
  
  top: 13px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.vignette_B {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
  z-index: 1000;
  position: absolute;
  
  top: 13px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.btn {
  background-color:#0a0a23;
  color: rgb(255, 255, 255);
  font-size: 7pt;
  z-index: 1001;
}

.btn:hover {
  background-color:#990000;
  transition: 0.7s;
}