#resultScreen .result-box {
    background: #f8f9ff;
    padding: 25px;
    border-radius: 10px;
    line-height: 1.8;
    color: #333;
    white-space: pre-wrap;
    margin-bottom: 20px;
}

