h1 {
font-size: 40px;
font-style: italic;
}

h2 {
font-style: italic;
}

.button {
font-family: Georgia;
font-weight: bold;
font-size: 22px;
text-align: center;
width: 100%;
padding: 10px;
background-color: orange;
color: white;
}

.submit {
text-align: center;
}

.inputs {
width: 300px;
}

#contact {
text-align: center;
background-image: url('images/email.png');
background-position: center;
background-repeat: no-repeat;
margin-top: 20px;
}

#contact a {
color: blue;
}

#contact a:hover {
color: red;
background-color: yellow;
}

#contact table {
text-align: left;
margin-left: auto;
margin-right: auto;
}

#contact table td {
padding: 5px;
}