body {
    background-image: url('sparkle.gif');
    background-position: center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 95vh;
}

h1 {
    font-family: cursive;
}
