@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.woff') format('woff'),
         url('fonts/IRANSansWeb.ttf') format('truetype'),
         url('fonts/IRANSansWeb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IRANSansWeb', sans-serif;
    background-color: #f8f9fa;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: auto;
}

.card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
}

.list-group-item a {
    text-decoration: none;
    font-weight: bold;
}

.btn {
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.8;
}