.page-footer{
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-message {
    width: 100%;
    font-family: monospace;
    font-size: 0.8rem;
    font-weight: 400;
    color: #d8d4cf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
}

.social-media a svg {
    width: 20px;
    height: 20px;
    fill: #eae1d4;
}

.github-link svg {
    width: 25px !important;
    height: 25px !important;
}
