*{
    font-family: vazir, sans-serif;
    border-radius: 6px;
    display: block;
    
}
@font-face{
    font-family: vazir;
    src: url(fonts/vazirmatn.ttf);
}

h1{
    color: aliceblue;
    text-align: center;
    margin-bottom: 0;
}

h2{
    text-align: center;
    margin-top: 0;
}

.rightbar{
    display: block;
    float: right;
    background-color: rgb(31, 176, 31);
    bottom: 100px;

}
a{
    display: flex;
    font-size: 32px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    margin: 30px;
    text-align: right;
    
}
a:hover{
    font-size: 35px;
}
img{
    width: 720px;
    height: 480px;
}
.topbar{
    display: flex;
    background-color: rgb(0, 172, 0);
    margin: 0,auto;
}


