#result_score {
    display: none;
}

.result-wrap {
    width: 600px;
    margin: 0 auto;
	  max-width: 100%;
}

.result-total {
    text-align:  center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.8;
}

.result-total #test_result {
    color: var(--sky);
}

.result-disclaimer p {
    font-size: 13px;
}

.result-description {
    text-align: center;
}

.result-des-level {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.8;
    color: var(--sky);
}