.title {
    color: #00ff00;
    text-align: center
}
body {
  background-image: url('/images/Matrix.gif');
  border: 8px solid #00ff00;       
  margin: 0;                     
  padding: 20px;
  box-sizing: border-box;
}
h2 {
  color: #00ff00;     
  text-align: center;  
  font-size: medium
}

ul {
    color: #00ff00
}

html, body {
  height: 100%;
} 

.box {
  border:5px solid #00ff00;
  width:fit-content;
  padding-inline:1em;
}

p {
  color: #00ff00
}

.bottom-left-link {
  position: fixed;
  bottom: 20px;  
  left: 20px;    
} 

h1 {
  color: #00ff00;
  text-align: center;
}
