* {
  margin: 0;
  padding: 0;
}

body {
  overscroll-behavior: none;
  min-height: 100vh;
  background: #2F6690;
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

h1 {
  font-size: clamp(5rem, 15vw, 25rem);
  transition: all 1s ease;
}