@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Bold.ttf') format('woff2');
    font-weight: bold;
    font-style: normal;
}

a {
    color: inherit;

}

body {
    padding: 50px;
    background: #561eaf;
    color: #fff;
}

body,
td,
th {
    font: normal 16px/1.5 'Vazir', Arial, sans-serif;

}


.students-table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: 'IRANSans', Tahoma, sans-serif;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.students-table th,
.students-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.students-table th {
    background-color: #02a7cc;
    font-weight: bold;
}

.students-table tr:nth-child(even) {
    background-color: #74055e;
}

.students-table tr:hover {
    background-color: #0c48b7;
}

.btn-view {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #168507;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    margin: 20px;
}
