.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

#btn-group {
    position: relative;
    text-align: center;
}


.sellect-ln {
    background: #27B231;
    color: #ffffff;
    margin: 4px 0 0 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

.text {

    background-color: #fff;
    padding: 15px;
    margin: 10px 0;
    line-height: 30px;
}

.textareaall {
    display: block;
    padding: 1%;
    width: 100%;
    border: 1px solid #cddbe7;
    resize: vertical;
    min-height: 200px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    box-shadow: 0 0 2px #d9e1e7;
  
}

.section-title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 10px;
    color: #000000;
    font-size: 48px;
    font-weight: 100;
    line-height: 56px;


}

/* 1-3 SECTION TITLE */
.section-title {
    margin: 20px 0;
    text-align: center;
}

.text {

    background-color: #fff;
    padding: 15px;
    margin: 10px 0;
    line-height: 30px;
}
    
.radiobut {
    padding: 13px 25px;
    margin: 0 0 5px 0;
    line-height: 2.5;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold
}    