a.pgp-key {
    font-size: 1.6rem !important;
    margin-top: 2.5rem !important;
    margin-bottom: 3.5rem;
}

.socialmedia-header {
    border-top: 1px solid #ddd;
    padding-top: 3.5rem;
    margin-top: 0.5rem !important;
    text-align: center !important;
    margin-bottom: 0.6% !important;
}

@media (max-width: 900px) {
    a.pgp-key {
        font-size: clamp(1rem, 4vw, 1.3rem);
        margin-top: 0.75rem;
    }
}

@media (prefers-color-scheme: dark) {
    .socialmedia-header {
        border-top-color: #2a3242;
    }
}
