
@font-face {
    font-family:terafik;
    src:  url("../font/pixelboy-BTraffic.ttf") format("ttf");
    src: url("../font/pixelboy-BTraffic.woff") format("woff");
    src: url("../font/pixelboy-BTraffic.eot") format("eot");
}
@font-face {
    font-family:sina;
    src:  url("../font/pixelboy-BSinaBold.ttf") format("ttf");
    src: url("../font/pixelboy-BSinaBold.woff") format("woff");
}
body {
    background: rgb(230, 229, 229);
    font-family:terafik;
}

.mahsol-sabad {
    width: 80%;
    margin: 30px auto;
    padding: 20px;
    background-color:rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0px 0px 60px rgb(0, 0, 255);
    transition: all 400ms ease-in-out;
}

.mahsol-sabad:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 40px rgb(0, 0, 0);
}

h1 {
    text-align: center;
    color: hsl(211, 100%, 50%);
    font-size: 50px;
    font-family:sina;
}

.mahsoll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 10px ;
}

.mahsoll img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

div {
    margin-left: 15px;
    font-size: 20px;
    color: black;
}

.ghimat {
    font-size: 20px;
    color: #2ab34a;
    font-weight: bold;
}

.ghimatkool {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #007bff;
    margin-top: 20px;
    font-family:terafik;
}

.ghimat-kool{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #007bff;
}

a {
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
    color:white;
    border-radius: 5px;
    text-align: center;
    font-family:sina;
    padding-bottom: 15px;
}

.hazf {
    background-color: #dc3545;
}

.afzaiesh,.kahesh{
    background-color: #28a745;
    transition: all 400ms ease-in-out;
}

.afzaiesh,.kahesh:hover{
    transform: scale(1.01);
}

.edame {
    text-align: center;
    margin-top: 20px;
}

.edame form {
    display: inline-block;
}

.edame button{
    padding: 20px 20px;
    text-decoration: none;
    color:white;
    background-color: #007bff;
    font-size: 24px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-family:sina;
}

.edame button:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
}

a{
    width: 200px;
    height: 20px;
    display: inline-block;
    transition: all 400ms ease-in-out;
}

a:hover{
    transform: scale(1.01);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
}
