@font-face {
    font-family: "vazir bold" ;
    src: 
    url("../Fonts/ttf/Vazirmatn-Bold.ttf") format("truetype") , 
    url("../Fonts/woff2/Vazirmatn-Bold.woff2") format("woff2") ;
}

body {
    font-family: "vazir bold" ;
    font-size: 100% ;
    background-color: rgb(43, 26, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    margin-bottom: 50px;
    max-width: 450px;
    min-width: 285px;

}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
}

.svg_icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.header {
    width: 100%;
}

.div_title {
    width: 100%;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    filter: drop-shadow(0px 6px 5px rgb(255, 170, 0));

}

.img_header {
    width: 130px;
    height: 80px;
}

.title_header {
    color: white;
    text-align: center;
    padding: 5px;
    width: 40%;
    border-radius: 10px;
    background-color: rgb(20, 15, 0);
}

.section_div {
    margin-top: 10%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.section_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    filter: drop-shadow(0px 6px 5px rgb(255, 170, 0));
}

.section_p {
    text-decoration: none;
    color: rgb(255, 255, 255);
    height: 65px;
    width: 46%;
    background-color: rgb(20, 15, 0);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_p:active {
    background-color: rgb(20, 15, 0);
}

.section_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    width: 55px;
    height: 55px;
}

.a {
    margin-top: 10%;
    margin-bottom: 10%;
    text-decoration: none;
}

.footer {
    background-color: rgb(101, 64, 26);
    height: 6%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    width: 100%;
    
}

.footer_p , {
    color: rgb(255, 170, 0);
    text-decoration: none;
}

