
body {
  background-color: black;
  color: #1CFF21;
  font-family: arial, helvetica, sans-serif;
}

h1{
  color: #1CFF21;
  font-size: 2em;
  text-align: center;
  margin-bottom: 40px;
}

h2{
  color: #1CFF21;
  margin-bottom: 40px;
  
  text-align: center;
  
  border-style: dashed;
  border-width: 2px;
  border-left-width: 10px;
  border-right-width: 10px;
  border-color: red;
}

