#word, #meaning{
    display: none;
    margin: auto;
    text-align: center;
}
div{
    text-align: center;
}
button{
    margin: auto;
    display: block;
    text-align: center;
    min-width: 200px;
    color: white;
    background-color: green;
    border-radius: 30px;
    font-size: 30pt;
    font-family: b Nazanin;
}
#questionAndAnswer{
    display: none;
    flex-direction: column;
    height: 500px;
    width: 100%;
    text-align: center;
    margin: auto;
}
#choose2things{
    display: none;
    flex-direction: row;
    height: 500px;
    width: 800px;
}
#answers{
    display: flex;
    flex: 2;
    flex-direction: column;
}
#answer1, #answer3{
    background-color: rgb(30,30,30);
    color: white;
}
#answer2, #answer4{
    background-color: rgb(230,230,230);
}
.answer{
    flex: 1;
    font-family: B Nazanin;
    font-size: 18pt;
}
#question{
    flex: 1;
    background-color: blue;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
}
#spelling{
    display: none;
}
#chapter{
    font-family: B titr;
    font-size: 24pt;
}
body{
    background-image: url("https://img.pixers.pics/download(s3:700/FO/14/18/86/73/7/700_FO141886737_03e3b3cef6ce42b91574bc1e1e21a478.jpg):pattern(0.2381w,0.2381h):resize(700,700):compose(download(cms:2018/10/5bd1b6b8d04b8_220x50-watermark.png),over,480,650):format(jpg)/wallpapers-black-letter-seamless-pattern-on-white-background.jpg.jpg");
    background-size: cover;
    position: relative;
}
#choose2things{
    margin: auto;
    text-align: center;
}
/*#backgroundPage{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}