body {
  background-color: black;
}

h1 {
  font-family: arial;
  font-size: 100px;
  color: white;
}

h1:hover {
  filter: blur(4px);
}
