.game {
    position: relative;
    width: 80%;
    height: 80vh;
    margin: auto;
}
.game  nav[role="navigation"] img, svg {
    width: auto;
}
.game text{
    font-family:Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    pointer-events:none;
    fill: #0f5961;
    font-family: 'Azuki';
}
.game #chart{
    position:absolute;
    width:500px;
    height:500px;
    top:0;
    left:0;
}
.game #question{
    position: absolute;
    width:400px;
    height:500px;
    top:0;
    left:520px;
}
.game #question h1{
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    color: #1e7d71;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: serif;
    border: 0.01rem solid #1e7c70;
    padding: 1rem;
    border-radius: 0.3rem;
    min-width: 100%;
}
.game .dropdown {
    width: 100%;
}

.game .dropdown-menu.show {
    display: block;
    width: 100%;
    padding: 1rem;
    box-shadow: 1px 1px 7px #6c6c6c;
    transform: none !important;
}

.game .row {
    margin-top: 0.3rem;
}

.game .custom_small_btn {
    font-size: 0.8rem;
    color: #fff !important;
    border-radius: 0.3rem;
    padding: 0.2rem 1rem;
}

.game .custom_small_btn.btn-danger {
    background-color: #d30303;
}

.game #answer_value {
    display: none;
    font-size: 2rem;
}