body{
    background-color:darkslategrey;
    font-family: IRANSans;
}
a{
    text-decoration: none;
    color: white;
}
@font-face {
    font-family: IRANSans;
    src: url(font/IRANSansWeb.woff2);
}
.box{
    width: 100%;
    height:auto;
    position: relative;
    text-align: center;
    background-color: rgb(65, 95, 95);
    border-radius: 30px;
    padding: 7px 0px;
}
.box div{
    background-color:rgb(79, 113, 117);
    color: white;
    border-radius: 15px;
}
.box > div > p{
    padding: 9px 2px;
}
