
@font-face {
    font-family: Primary;
    src: url(fonts/IRANSans.ttf) format("truetype"),
        url(fonts/IRANSans.eot) format("embedded-opentype"),
        url(fonts/IRANSans.woff) format("woff");
}

body {
    font-family: Primary;
    background-color: #000;
    background: url(background.jpg);
    color: #fff;
    text-align: right;
    direction: rtl;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.border {
    border: dashed #ffd800;
    border-width: 2px;
    padding: 30px;
    margin: 10px;
}

h1 {
    color: #2ff5ff;
    font-weight:bold;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #f2f2f2;
    color: #fff;
}

th {
    background-color: #1aa1a8;
}

th, td {
    text-align: center;
    padding: 8px;
    border: solid white;
}

td {
    color: #136266;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:nth-child(odd) {
    background-color: #ccc;
}

.button-div {
    width: 100%;
    text-align: center;
    padding: 20px;
}
