body {
    margin: 0px;
    padding: 0px;
    background-color: #222222;
    font-family: Arial, sans-serif;
    color: #f1f1f1
}

p {
    margin: 0; /* removes all top & bottom margins for <p> */
    margin-bottom: 0.5em; /*small spacing between lines */
}

a {
    color: #5b79ff
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid #3f3f3f;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: .5em;
}

.footer p {
    margin-bottom: 0em;
}