footer {
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--bg);
    background-color: var(--main);
}
footer p {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-bottom: 25px;
}
footer p a {
    font-weight: bolder;
    color: var(--text);
    text-decoration: none;
}
footer p a:hover {
    text-decoration: underline;
}
#copyright {
    font-size: 25px;
}
#footerTitle {
    font-size: 75px;
    padding-bottom: 0px;
    margin-bottom: -15px;
    letter-spacing: 5px;
}