body {
    margin: 0;
    padding: 0;
}
.body .container {
    background-color: transparent;
}
#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-image: url('../img/ac_bg.jpg');
}
#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
#sStep {
    float: right;
    margin: 20px;
}
.aclogo {
    display: block;
}
.aclogo img {
    width: 150px;
    display: block;
    margin: 20px;
}
#app {
    margin: 20px;
    border: green 2px solid;
    font-size: 33px;
    background-color: rgba(255,255,255,0.8);
}
#app .header {
    margin: 0;
    padding: 7px;
    text-transform: uppercase;
    background-color: green;
    color: white;
    font-size: 10px;
    text-align: right;
}
#app .question {
    font-size: 30px;
    margin: 20px 20px 0 20px;
}
#app .description {
    font-size: 20px;
    margin: 0 20px 0 20px;
    color: white;
    font-style: italic;
    background-color: black;
    padding: 5px;
}
#app .answers {
    list-style: none;
    font-size: 30px;
    margin-top: 20px;
    padding: 0 40px;
}
#app .answers li {
    cursor: default;
    border: gray 1px dotted;
    padding: 15px;
    margin-bottom: 10px;
    direction: rtl;
    text-align: right;
}
#app .answers li:hover, #app .answers li:focus {
    border: 1px solid;
}
.wrapperReader {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#len {
    margin-top: 20px;
}
#jumlah {
    margin-top: 55px;
    text-align: center;
    font-family: "ScheherazadeRegOT";
    font-size: 99px;
}
#readBtn {
    padding: 10px;
    background-color: white;
    color: black;
    margin: 10px;
    text-transform: uppercase;
    font-size: 22px;
    width: 220px;
}
#readBtn:hover {
    background-color: black;
    color: white;
}