        :root {
          --cyanneon: #6FE8CF;
        }
        
        
        body {
          background-color: black;
          font-family: "Lucida Console", Monaco, monospace;
          color: #00FF00;
          padding: 20px;
          box-sizing: border-box;
        }
        
        h1 {
          font-family: "Courier New", Courier, monospace;
          color: #6FE8CF;  
        }
        
        h2 {
          color: #E86FC4;  
        }
        
        p {
          font-family: "Courier New", Courier, monospace;
          color: white;  
        }


        
        .header-box {
          display: flex;
          justify-content: center;
          align-items: center;
          
          padding: 5px;
          margin: 0 auto;
          max-width: 500px;
          
          background: rgba(0,0,0);
          border: 3px solid #6FE8CF;
          border-radius: 5px;
        }