html, body {
    display: grid;
    justify-content: center;
    background-color: antiquewhite;
    cursor: url("img/movie-cur.png"), default;
    font-family:'Elegant Typewriter', Cochin, Georgia, Times, 'Times New Roman', serif;
    background-image: url("img/groovy\ bg.gif");
}