*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #cfcfcf;
    font-family: farsi;
    color: black;
    text-decoration: none;
    font-size: 3vb;
}
h1{
    color: red;
    font-size: 4vb;
    display: flex;
    justify-self: right;   
    margin-right: 10vb;
}
@font-face {
    font-family: eng;
    src: url(Fonts/MouldyCheeseRegular-WyMWG.ttf);
}
@font-face {
    font-family: farsi;
    src: url(Fonts/BKoodkBd.ttf);
}

.num{
    padding-top: 10px;
}
.back-button{
    display: flex;
    font-size: 5vb;
    justify-self: left ;
    margin-left: 4vb;

}
#back-button-a:hover{
    color: rgb(255, 162, 22);
    font-size: 5vb;
    transition: .1s;
}