* {

    font-family: "nicholas", sans-serif;
    padding: 0;
    margin: 0;

}

footer {



    position: absolute;

    inset: auto 0 2rem 0;

    display: flex;
    justify-content: center;

    a,
    p {

        font-size: 0.9rem;
        font-family: neue-haas-grotesk-display, sans-serif;
        font-weight: 400;
        font-style: italic;

        text-decoration: none;

        display: inline;
        color: white;

        &:hover {

            text-decoration: underline;

        }


    }

}