
/* Custom styles that extend Bootstrap */
.tagline {
    max-width: 600px;
}

.icon-custom {
    font-size: 3rem;
    color: rgb(34, 197, 94);
}

.btn-custom {
    background-color: rgb(34, 197, 94);
    color: white;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.btn-custom:hover {
    color: white;
    opacity: 0.9;
}
