@import url(https://fonts.googleapis.com/css2?family=Honk&display=swap);

h1 {
    
   font-family: "HONK";
  padding: 0;
  margin: 0;
  font-size: 3em;
  background-color: rgb(255, 0, 195);
  position: fixed;
  width: 30em;
  text-align: center;
  background-size: cover;

}
h2 {
    padding: 20%;
    text-align: center;
    position: fixed;
}
body{
     background-color: rgb(255, 0, 195);
     text-align: center;
}