body {
    padding-top: 80px; /* Adjust based on your navbar height */
}

.name {
    color: #2563eb;
}

.summary a{
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease;
}
