body {
    font-family: 'Inter', sans-serif;
    background-color: #f7fafc;
}

.quote-box {
    background-color: #ffffff;
    border-left: 4px solid #3b82f6;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.quote-box:hover {
    transform: translateY(-5px);
}

.header-bg {
    background-image: url('https://cdn.shopify.com/s/files/1/0878/6811/3205/files/7b53402c51f23901cccac9837f5715b8_480x480.jpg?v=1723647107$0');
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
}
