@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@500&family=Mitr:wght@300&display=swap');

body {
    padding-top: 20px;
    background-color: #f8f9fa;
    font-family: "Mitr", sans-serif;
    background-image: url('https://images.pexels.com/photos/6985184/pexels-photo-6985184.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    /* max-width: 900px; */
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    margin-bottom: 20px;
}

.filter-container {
    margin-bottom: 20px;
}
