html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #FBDA61;
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
  font-family: 'Helvetica', 'Arial', sans-serif;
  text-align: center;

}
 
h1 {
  font-size: 8rem;
  padding-top: 6rem;
  color: #FFFFFF;
}