@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;500;600;700;800&display=swap');
*{
  font-family: 'Poppins', sans-serif;
}

body{
  text-align:center;
  margin:0;
}

h1.sticky{
  font-size:24px;
  position:sticky;
  top:10px;
  background:#fff;
  padding:15px 15px;
  margin:0;
  box-shadow:0px 5px 5px rgba(0,0,0,0.1)
}
div h1{
  font-size:14px;
  background:#ccf;
  padding:15px 25px;
  width:250px;
  max-width:100%;
  margin:10px auto;
}