:root {
    --brown: #a82f2f;
}

body {
    font-family: "AsapCondensed";
    background-color: var(--light-grey);
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    filter: invert(11%) sepia(1%) saturate(2736%) hue-rotate(23deg) brightness(96%) contrast(91%);
}

footer {
    padding: 0.4rem 0.8rem;
    display: flex;
}

footer p {
    flex: 1;
}

footer p:last-child {
    text-align: right;
}