
body {
   background-color: black;
   height: 10vh ;
 
}
h1 {
  color: green;
  font-size: 40px;
  font-weight: bold;
  font-style: impact;
}
p{
  color: green;
  font-size: 15px;
  font-weight: bold;
  font-style: impact;
}
button{
  background: yellowgreen;
  color: red;
  font-size: 20px;
  font-weight: bold;
  font-style: impact;
}
 h2 {
  color: green;
  font-size: 20px;
  font-weight: bolder;
    
    
  }