@font-face {
    font-family: "IranNastaliq";
    src: url(../Fonts/ttf/IranNastaliq.ttf) format(truetype);
}

@font-face {
    font-family: "ASardarHoor";
    src: url(../Fonts/ttf/ASardarHoor.ttf) format(truetype);
}

@font-face {
    font-family: "Dirooz";
    src: url(../Fonts/ttf/Dirooz.ttf) format(truetype);
}

@font-face {
    font-family: "Sahel";
    src: url(../fonts/ttf/Sahel.ttf) format(truetype);
}

*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font: inherit;
}

body{
    font-family: "Sahel";
}

.container{
    width: 100%;
    margin: 0 auto;
}

.header__image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 80%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.101);
}

.txt {
    width: 100%;
    margin-top: 20px;
}
.txt__text {
    text-align: center;
    font-size: 28px;
}


.challange__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
}

.challange__link-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.challange__link-1--title {
    font-size: 28px;
    font-weight: 500;
    color: red;
}
.challange__link-1--link {
    text-decoration: none;
    width: 150px;
    height: 50px;
    background-color: blue;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}
.challange__link-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.challange__link-2--title {
    font-size: 28px;
    font-weight: 500;
    color: red;
    margin-top: 25px;
}
.challange__link-2--link {
    text-decoration: none;
    width: 150px;
    height: 50px;
    background-color: blue;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}
