.result_wrapper h3 {
    text-align: center;
    margin: 25px 0;
}
.result_container {
    padding: 15px 25px;
    background: orange;
    margin: 15px 0;
}
.result_container .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 24px;
}
.result_container p {
    background: #fff;
    padding: 10px;
    text-align: center;
}
.result_wrapper .reset_wrapper {
    display: flex;
    width: 100%;
    margin-top: 20px;
    float: left;
}
.result_wrapper .reset_wrapper .reset {
    padding: 3px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}