section.contact,
section.form {
    padding: 30px 150px 0px 150px;
}

section.form {
    padding-bottom: 30px;
}

div.contact {
    border: solid 1px #808080;
    border-radius: 5px;
}

.address {
    padding-top: 10px;
}
h4 {
    padding-bottom: 10px;
}
input {
    width: 100%;
    padding: 2px;
    margin-bottom: 15px;
}
input[type="submit"] {
    width: 150px;
}
form {
width: 50%;
margin: 0 auto;
}

input.contact {
    margin-top: 20px;
    background-color: rgb(91, 164, 224);
    border-radius: 15px;
    border: none;
    height: 50px;
}
input.contact:hover {
    background-color: rgb(91, 224, 168);
    border-radius: 15px;
    border: none;
    height: 50px;
}
input[type="date"],input[type="text"] {
    box-shadow: 0px 0px 2px 2px rgb(218, 215, 215);
    height: 40px;
    padding: 20px;
    border-radius: 5px;
    border: solid darkblue 0.5px;
}
label {
    padding-bottom: 10px;
}
