body {
  cursor: url('https://www.rw-designer.com/cursor-view/38784.png'), auto;
  background-color: black;
  color: #00ffcc;
  font-family: 'Courier New', monospace;
  background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
  background-repeat: repeat;
}

.container {
  width: 80%;
  margin: auto;
  padding: 20px;
  border: 2px dashed #00ffcc;
  background-color: rgba(0, 0, 0, 0.7);
}
