.display-1 {
    font-size: 2.5rem;
}

.display-6 {
    font-size: 1.5rem;
}

.fs-4 {
    font-size: 1.25rem;
}

.rounded-pill {
    border-radius: 50rem;
}

.rounded-2 {
    border-radius: 0.5rem;
}

.fw-bolder {
    font-weight: bolder;
}

.fw-lighter {
    font-weight: lighter;
}

.fw-semibold {
    font-weight: 600;
}

.lh-1 {
    line-height: 1;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 1.75rem;
    }

    .display-6 {
        font-size: 1.25rem;
    }

    .fs-4 {
        font-size: 1rem;
    }

    .container {
        padding: 0 15px;
    }
}

.btn-dark {
    margin: 0 5px; /* Adjust the spacing between social media buttons */
}