* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url("he\ do\ be\ mac\ tonighting.gif");
    animation-name: moonMan3;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#btn {
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: transparent;
    border: 0px;
}


/* They did my boy Mac Tonight dirty with this one :( */
@keyframes moonMan {
    0% {
        background-position: right 400px bottom 292px;
    }

    100% {
        background-position: right 0px bottom 0px;
    }
}

@keyframes moonMan1 {
    0% {
        background-position: right 0px bottom 0px;
    }

    100% {
        background-position: right 400px bottom 292px;
    }
}

@keyframes moonMan2 {
    0% {
        background-position: right 400px bottom 0px;
    }

    100% {
        background-position: right 0px bottom 292px;
    }
}

@keyframes moonMan3 {
    0% {
        background-position: right 0px bottom 292px;
    }

    100% {
        background-position: right 400px bottom 0px;
    }
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    color: antiquewhite;
    text-align: center;
    font-size: 48px;
}


iframe {
    display: block;
    margin: auto;
}