body, html {
    height: 100%;
    margin: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}

h1, p {
        color: white;
}
h1 {
        font-size: 24em;
        transform: rotate(-5deg);
}
p {
        font-size: 4em;
    text-align: center;
}
.eclipse h1 {

    font-family: Arial, sans-serif;

    animation: eclipseAnimation 2s infinite;
}

