*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff2d7;
    font-family: eng;
    font-family: kodak;
}
@font-face {
    font-family: eng;
    src: url(Fonts/MouldyCheeseRegular-WyMWG.ttf);
}
@font-face {
    font-family: kodak;
    src: url(Fonts/BKoodkBd.ttf);
}
a{
    text-decoration: none;
    color: black;
    background-color: #ffffff00;
}
.Desfill-button-div{
    background-color: #a3eaff;
    width: 100%;
    height: 2%;
    padding-top: .5%;
    padding-bottom: .7%;
    box-shadow: 3px black  ;

}
#Desfill-button{
    font-size:40px; 
}



p:root{
    display: flex;
}

.Amirza-answers{
    width: 15vb;
    height: 15vb;
    background-color: #e5e74d;
    border: 3px solid black;
    display: flex;
    justify-self: center;
    margin-top: 15%;
    font-size: 25px;
    justify-content: center;
    padding-top: 5vb;  
    border-radius: 100%;  
}

.Amirza-answers:hover{
    border-radius: 10px;
    background-color: #da6c39;
    width: 20vb;
    height: 20vb;
    margin-top: 14%;
    padding-top: 7vb;
    transition: .3s;
}

.Amirza-answers:hover #Amirza-answers-button{
    color: white;
    font-size: 34px;
    transition: .3s;
}










