.mfeed {
    margin-top: 50px;
}

.mfeed h2 {
    margin: 0px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.mfeed p {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.panel-default>.panel-heading {
    text-transform: capitalize;
    color: #333;
    background-color: #02335C;
    border-color: #ddd;
    border-radius: 10px;
}

.panel-heading {
    text-align: center;

}

.panel-heading b {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.panel-default {
    border-radius: 10px;
}

.mfform {
    display: flex;
    justify-content: space-between;
}

.tell {
    margin-top:25px;
    margin-left: 350px;

}

.tell h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
}

.formstyle {
    width: 1330px;
    height: 271px;
    position: relative;
    z-index: 72;
    margin: 19px 0 0 44px
}

.maintell label {
    font-size: 20px !important;
}

.maintable input {
    width:100%;
    height: 54px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #000000;
    z-index: 65;

}

::placeholder {
    font-size: 20px;
}

.maintable .form-group {
    margin-bottom: 10px;

}

.maintable {
    display: flex;
    justify-content: center;

}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}


form {
    padding: 20px;
}

.maintable textarea {
    width:100%;
    height: 90px;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #000;
    color: black;
    margin: 0;
    padding: 10px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

textarea::placeholder {
    font-family:robot;
}