﻿body {
    direction: rtl;
    text-align: center;
    background-image: url("/img/bk.png");
    background-repeat: no-repeat;
    width: 99%;
    height: 100%;
    font-family: 'Arial';
}

.lab {
    color: white;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    padding-left: 10px;
    text-decoration: none;
}

.tx {
    background-color: white;
    Height: 30px;
    width: 95%;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.img {
    Height: 175px;
    Width: 98%;
}


.imgd {
    background-color: #0670ae;
    height: 100px;
    width: 25%;
    border-radius: 10px;
    border-color: #0670ae;
    text-align: center;
    font-family: Arial;
    color: white;
}

    .imgd:hover {
        background-color: royalblue;
        border-radius: 10px;
        border-color: yellow;
        color: yellow;
        cursor: pointer;
    }

.a {
    text-decoration: none;
    color: white;
    height: 100px;
    text-align: right;
    font-size: 23px;
    font-weight: 700;
    padding-right: 10px;
}
    .a:hover {
        text-decoration: none;
        color: yellow;
        height: 100px;
        text-align: right;
        font-size: 23px;
        font-weight: 700;
        padding-right: 10px;
    }

.footer {
    position: absolute;
    bottom: 0;
    margin-top: auto;
    color: white;
    width: 100%;
    padding: 15px 60px 1px 60px;
    background: rgba(0, 0, 0, 0.8);
}