footer {
    width: 100%;

    color: var(--blackColor);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 0;
}

footer > span > a {
    font-family: "Poppins", "Monsterrat", sans-serif;
	font-weight: bold;
	text-decoration: none;
}