.coverboardfull:lang(np) * {
    font-family: laila !important;
}
.bg_color {
    background: rgb(242,254,238);
    background: linear-gradient(180deg, rgba(242,254,238,1) 0%, rgba(239,244,214,1) 54%);
}
.rightwrong {
    top: 55%;
    left: 50%;
    width: 55%;
    position: absolute;
    height: 28%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.rwbox {
    background: #a4c2f4;
    width: 39%;
    height: 55%;
    border: 3px solid #4285f4;
    border-radius: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}
.rwbox:hover {
    background: #ffe599;
    border: 3px solid #fe9a04;
}
.imagestartpos {
    width: 23%;
    right: 36%;
    display: none;
    position: absolute;
    top: 128%;
}
.rwtext {
    font-size: 2em !important;
}
.corctopt {
    width: 30%;
}
@media (max-aspect-ratio: 4/3) {
    .rwtext {
        font-size: 1.7em !important;
    }
}