*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'WyMWG';
    src: url(MouldyCheeseRegular-WyMWG.ttf);
}
h1 {
    text-align: center;
    font-family: 'WyMWG';
    color: #3857ff;
    text-align: center;
    padding: 30px 0 5px 0;
    margin-bottom: 0 !important;
    font-family: 'WyMWG';
    font-size: 3.5em;
}
.contact-us-section{
    padding-top: 2em;
}
.row{
    margin-bottom: 2em;
}
input,
textarea {
    width: 80%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid black;
}
button {
    display: block;
    width: 20%;
    border-radius: 25px;
    padding: 10px;
    background-color: #3857ff;
    color: white;
    font-family: 'WyMWG';
    border: none;
    cursor: pointer;
    font-size: 1.5em;
}
  
button:hover {
  background-color: black;
}

/*============================
========Footer=======
============================*/
@media (max-width: 702px) {
    button{
        width: 30%;
    }
footer{
    background-color: #3857ff;
    padding: 8px;
}
 footer span a {
    color: white;
    text-decoration: none;
    font-size: 13px;
 }
.reserved{
    font-size: 12px;
} 
}