/* your styles go here */

.resume-download-btn {
    display: inline-block;
    padding: 1rem 2rem;
    border: 2px solid #3d5990;
    border-radius: 2rem;
    color: #3d5990;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}

.resume-download-btn:hover {
    background-color: #3d5990;
    color: #fff;
}

.social-link.linkedin {
    background: #0a66c2;
}