


h1{
    text-align: center;
    color: rgb(126, 34, 34)

}
body{


 
    background-color: rgb(0, 0, 0);
    font-family:'Courier New', Courier, monospace;
    line-height: 80%;
    margin-top: 1;
    margin-left: 15rem;
    margin-right: 15rem;
    text-align: left ;
    color: white
    
}

