#evil{
    background-color:#023626;
    height:1000px;
    color:grey;
  }
  
  #banner{
    color:green;
    text-align:center;
    font-family:monospace;
  }
  
  h2{
    color:white;
    text-align:center;
    font-family:monospace;
    background-color:grey;
  }
  
  #backtosite{
    border-style:solid;
    border-color:black;
    background-color:darkgreen;
    width:20ch;
    text-align:center;
    border-radius:10px;
    font-family:monospace;
  }
  
  #backtosite a{
    color:limegreen;
  }
   
  #tri{
    color:Gray;
    text-align:center;
    font-family:cursive;
  }
  
  #urgent{
    margin-left:10px;
    margin-right:10px;
  }
  p{
    color:black;
    font-family:sans-serif;
    background-color:green;
    text-align:left;
  } 