@import "stack.css"; 

.graphicsOverlay {
  z-index: 2; position: fixed;
  display: none; 
  top: 0;
  bottom: 0;  
  right: 0;
  left: 0;
  width: 100%;
  align-content: center;    
}

.graphicsOverlay canvas {
  margin: auto;
  padding: 0px;
}

#terminal .terminal {
  border: 0.3em solid rgb(204, 177, 23);
  padding: 1em;
  background-color: black;
}

.main .content {
  padding: 0em;
}

.main .titleBlock.console {
  background-image: url("/images/background/sunset_beach.2880.webp");
}

