iframe { 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    border: 0; 
}

.links {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(16, 17, 20, .10);
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 15px;
    color: rgba(16, 17, 20, .88);
}

.links a {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(16, 17, 20, .10);
    background: rgba(16, 17, 20, .02);
    transition: all 0.2s ease;
    font-weight: 450;
}

.links a:hover {
    border-color: rgba(37, 99, 235, .25);
    background: rgba(37, 99, 235, .04);
    transform: translateY(-1px);
}

.origins {
    margin-top: 30px!important;
}
