*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #cfcfcf;
    font-family: farsi;
    font-family: eng;
    color: black;
    text-decoration: none;
}
@font-face {
    font-family: eng;
    src: url(Fonts/MouldyCheeseRegular-WyMWG.ttf);
}
@font-face {
    font-family: farsi;
    src: url(Fonts/BKoodkBd.ttf);
}
.back-button{
    display: flex;
    font-size: 7vb;
    justify-self: center;
    font-size: 5vb;
}
#back-button-a{
    font-size: 5vb; 
    font-family: farsi;
}
#back-button-a:hover{
    color: rgb(255, 162, 22);
    font-size: 5vb;
    transition: .1s;
}
a{
    font-size: 2.2vb;
    background-color: #ffffff00;
}
.answers{
    background-color: #e2b82f;
    padding-top: 2.5vb;
    display: flex;
    justify-content: center;
    margin: 4vb;
    width: 17vb;
    height: 7vb;
    border: 2px solid black;
    border-radius: 20px;
}
.answers:hover{
    background-color: #ff5c5c;
    transition: .1s;
}
.answers:hover a{
    color: white;
    transition: .1s;
}