body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom, #f8f9fa, #e9f7ef);
    min-height: 100vh;
}

h1, h2, h3 { 
    font-family: 'Noto Sans', sans-serif;
    color: #007A33;
    font-weight: 900;
}

.btn-tz {
    background: #FFD700;
    color: #000;
    font-weight: bold;
    border: 2px solid #007A33;
}

.btn-tz:hover {
    background: #007A33;
    color: white;
}

.card {
    border: 3px solid #007A33;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,122,51,0.2);
    transition: all 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,122,51,0.4);
}

.flag-stripe {
    height: 10px;
    background: linear-gradient(to right, #007A33 25%, #FFD700 25%, #FFD700 50%, #000 50%, #000 75%, #FF0000 75%);
}
/* static/css/style.css */
img {
    image-rendering: -webkit-optimize-contrast;
}

.rounded-circle {
    object-fit: cover;
}