
h5 {
    font-size : 26px;
}

.formItems > ul {
    margin-left : 10px;
    padding : 0px;
    list-style : none;
}

.formItems > li {
    margin-top : 50px;
}

h5 { 
    margin-top : 10px;
    margin-bottom : 10px; 
}

input{
    width : 300px;
    margin : 0px;
    height : 40px;
    background-color :  #F2F0E9;
    font-size : 20px;
    color :  #4B1919;
    border-radius : 10px;
    border : none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

textarea{
    width : 360px;
    height : 120px;
    background-color :  #F2F0E9;
    font-size : 20px;
    color :  #4B1919;
    border-radius : 10px;
    border : none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    resize: none;
}

#btn_submit {
    background-color :   #F2F0E9;
    margin-left : 10px;
    font-size : 20px;
    color : #4B1919;
    width : 120px;
    border-radius : 10px;
    border : none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));

}
