                body {
                    background-color:black;

                }
                .center{
                    text-align: center;
                }
                .a {
                    text-align: left;
                /*  border-bottom: 2px solid white;*/
                
                }

                h1.toptitle{
                    color: whitesmoke;
                    font-family:'Courier New', Courier, monospace;
                    font-size: 26px;
                }
                h1.monospace{
                    font-family:'Courier New', Courier, monospace;
                    color: whitesmoke;
                    font-size: 18px;
                }
                p.monospace{
                    font-family:'Courier New', Courier, monospace;
                    color: whitesmoke;
                    font-size: 10px;
                }

                h3.monospace{
                    
                    font-size: 17px;
                    
                    padding: 9px 9px;
                }

                
                ul {
                    list-style-type: none;
                    margin:0 auto;
                    padding: 20;
                    width: 200px;
                    background-color: black;
                    height: 100%; /* This enables full height */
                   /* position: fixed;  /*The position will be constant */
                    overflow: auto;  /*This enables scrolling */
                    text-align: left;
                    display: table;
                    /*border-right: 2px solid whitesmoke;
                   
                    border-left: 2px solid whitesmoke;
                    */
                }
               
                 li a {
                    display: block;
                    color: #551A8B;;
                    
                    padding: 3px 15px;
                    margin: 10;
                    text-decoration: none;
                    font-family:'Courier New', Courier, monospace;
                    font-size: 13px;
                    
                    
                }
                
                /* When the link is hovered on, its color will change */
                li a:hover {
                    
                    color: magenta;
                }
                
                
                
                div.image{
                    text-align: center;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    width: 45%;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    
                  }


                  div.imageLeft{
                    align-content: left;


                  }
                  
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   font-family:'Courier New', Courier, monospace;
   color: whitesmoke;
   
   text-align: center;
}

.disclaimer-container {
    margin: 20px 0;
    padding: 10px;
}

.disclaimer-text {
    font-family:'Courier New', Courier, monospace;
    color: #8B0000; /* Dark red color */
    font-size: 14px;
}

.disclaimer-link {
    color: #8B0000;
    text-decoration: underline;
}

.disclaimer-link:hover {
    color: #FF6347; /* Lighter red/orange on hover */
    text-decoration: none;
}
                