.body {
    height: 100vh;
}

.feedbackForm {
    justify-content: center;
    min-width: 750px;
    min-height: 90vh;
}

.feedbackHeader {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    min-width: 750px;
}

#feedbackHeaderh1 {
    font-size: 50px !important ;
    font: bold;
    font-family: "Quicksand", sans-serif;
    color: #20313b;
    line-height: 1;
}

#feedbackTextArea {
    min-height: 300px !important;
    min-width: 600px;
    max-width: 50%;
    display: block;
    margin: auto;
    border-radius: 5px;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 5%;
    color: #20313b;
    border-width: 0.1px !important;
    border-color: #20313b;
    box-shadow: #000000;
    padding: 10px;
}

#feedbackTextArea:focus {
    outline-color: #20313b;
    border-width: 0.1px !important;
}
