@font-face {
    font-family: 'yekan';
    src: url('yekan/Yekan.woff2');
}

body {
    font-family: yekan;
    margin: 0;
    
}
a{
    text-decoration: none;
}
.header{
    display: flex;
    background-color: rgb(11, 49, 107);
    height: 150px;
    color: white;
    box-sizing: border-box;
    padding-top: 10px;
    justify-content: space-around;
    align-items: center;
}
.white{
    color: white;
}
.item
{
    margin-right: 100px;
}
.itemm
{
    display: flex;
}
.row{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px 150px;
    text-align: center;
}
h3{
    margin-top: 20px;
}
.row2
{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.top
{
    width: 400px;
    height:220px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #888;
}
h2{
    text-align: center;
    font-size: 40px;
    color: rgb(11, 49, 107);
    margin-bottom: 30px;
}