label {
    display: inline-block;
    margin-bottom: .5rem;
}
.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 20px 10px;
    flex-direction: column;
}
#wordBox {
    font-size: 42px;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    padding: 15px 0;
    height: 120px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.trans-box {
    text-align: center;
    line-height: 1.4;
    width: 100%;
    padding: 10px 0 25px 0;
    height: 50px;
}
#transText {
    font-size: 22px;
    display: none;
    color: #bf0505;
}
.btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}
.btn-wrap button {
    padding: 25px 35px;
    font-size: 24px;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    border-radius: 11px;
    border: none;
}
#nextBtn {
    background-color: #c27501;
}
#transBtn {
    background-color: #01790b;
}
#updatebtn {
    background-color: #cf1800;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6, .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group input {
    line-height: 2;
    font-size: 15px;
    width: 80%;
}
.form-group label {
    font-size: 15px;
}

