@font-face {
    font-family: 'SLA Al-Faiz';
    src: url('../fonts/sla-alfaiz.eot');
    src: url('../fonts/sla-alfaiz.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sla-alfaiz.woff2') format('woff2'),
         url('../fonts/sla-alfaiz.woff') format('woff'),
         url('../fonts/sla-alfaiz.ttf')  format('truetype'),
         url('../fonts/sla-alfaiz.svg#SLA Al-Faiz') format('svg');
}

body{
    font-family: 'SLA Al-Faiz';
    background-image: url('bg.jpg');
}


.btn-corner-all{
    border: 1px solid rgb(0, 3, 133);
}
.layout_kb .btn{
    font-size: 1.7em;
    margin-top: 2px;
}

.bg-sla{
    background-color: #4B0082;
}

.bg-sla button {
    color: #fff;
}
.bg-sla button:hover {
    color: bisque;
}
#btn18{
    font-size: 1.2em !important;
}

#bar{
    font-size: 1.2em;
}
.btn-endrow{
    margin: 3px;
}
.btn_active{
 background-color: #23003b !important;
 color: white !important;
}
.layout_kb .btn:active{
    background-color: #23003b;
}
 
#__words_list a{
    color: rgb(2, 1, 88);
    cursor: pointer;
}
.layout_kb .btn{
    background-color: #4B0082;
    color: white;
}
.btn_inner{
    width: 50px;
    height: 50px;
    padding: 1px;
}
.btn_tab{
    width: 80px;
    height: 50px;
    font-size: 1.2em !important;
}
.btn_backspace{
    height: 50px;
    font-size: 1.2em !important;
}
.btn_enter{
    height: 50px;
    width: 130px;
    font-size: 1.2em !important;
}
.btn_caps{
    height: 50px;
    width: 110px;
    font-size: 1.2em !important;
}
.btn_shift{
    height: 50px;
    width: 150px;
    font-size: 1.2em !important;
}
.btn_space{
    width: 400px;
    height: 50px;
    font-size: 1.2em !important;
}
.btn-endrow{
    line-height: 10px;
}
.btn_list_footer{
    font-size: 1.2em;
}
footer{
    background-color: #4B0082;
    color: white;
}
footer a{
    font-size:1.1em;
    color: rgb(255, 255, 255);
}
footer a:hover, a:active{
    color: rgb(121, 80, 255);
}
 