.pertmitFrm {
    text-align: center;
    border: 2px solid #cddc39;
    padding: 50px 0;
    border-radius: 5px;
}

img {
    max-width: 100% !important;
}

.cntView {
    margin: 20px 0;
    border-top: 1px solid rgb(206, 206, 206);
    border-bottom: 1px solid rgb(206, 206, 206);
    min-height: 250px;
    padding: 20px 0;
}

.title {
    color: darkkhaki;
}

.comment>h5 {
    color: #ff5722;
    margin-bottom: 3px;
    text-decoration: underline;
}

main {
    padding: 2% 3% !important;
}