.main {
    color: white;
    background-color: rgba(96, 96, 96, 0.6);
    padding-right:2% !important;
    padding-top: 25px !important;
}

.main h1 {
    font-size: 30px;
    text-decoration: underline;
}

.main p {
    font-size: 17px;
}

textarea.form-control {
    height: 100px;
}

.alert {
    margin-bottom: 2px;
}

.form-control {
    text-overflow: ellipsis;
}

@media (max-width: 500px) {
    .banner {
        display: flex;
    }
}

@media (max-width: 576px) {
    .main {
        padding-left:10px !important;
    }
}

@media (min-width: 576px) {
    .main {
        padding-left:25px !important;
    }
}