html{
  background-image: linear-gradient(to right, #141B4D , #612141 , #971B2F);
  font-family: 'Roboto' , sans-serif;
  color:#ffffff;
}
 h1{  
  text-align: center;
  margin-top: 150px;
}
h2{
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  }

