@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

body {
    background-image: url('../images/flower_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    body {
        background-attachment: scroll;
    }
}

.icon-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    border: 1px solid #000000;
}

.nav-link:hover {
    color: #ae8e87;
}

h1 {
    font-family: 'Kalam', 'cursive';
    font-size: 2.5rem;
    padding: 0.5rem;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card-header {
    background: rgba(250, 233, 228, 0.76);
    font-family: 'Kalam', 'cursive';
    font-size: 1.2rem;
}

.container .card.mb-3 {
    margin-bottom: 2rem !important;
}
