body{
  background: black;
  
  .head1{
    color: green;
    font-family: Verdana;
    font-size: 90px;
  }
  .head2{
    color: green;
    font-family: Verdana;
    position: relative; top: 200px;
  }
  
}