.menu {
margin-left: auto;
margin-right: auto;
width: 85%;
padding: 7px 10px 3px 10px;
background-color: #ffffff;
font-family: 'Noto Serif', serif;
font-size: 1.5em;
overflow: auto;
}

.menu table {
width: 100%;
}

.menu td {
width: 25%;
padding: 0px 0px 0px 24px;
}

.searchbar {
float: right;
font-family: 'Noto Serif', serif;
font-size: .8em;
}

.banner {
background-color: #b82e83;
width: 80%;
padding: 20px 48px 20px 48px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-family: 'Playfair Display', serif;
font-size: 4em;
color: #ffffff;
}

.find {
margin-left: auto;
margin-right: auto;
width: 85%;
padding: 8px 10px 6px 10px;
background-color: #ffbb99;
font-family: 'Vollkorn', serif;
font-size: 1.3em;
}

.find table {
width: 100%;
}

.find td{
padding: 0px 30px 0px 30px;
text-align: center;
}

.body {
background-color: #ffffff;
width: 50%;
padding: 50px 150px 200px 150px;
margin: 60px;
margin-left: auto;
margin-right: auto;
overflow: auto;
}

.sign {
background-color: #f5c1e1;
}

.caption {
position: relative;
top: 0px;
background-color: black;
color: white;
padding: 1px 1px 5px 1px;
width: 100%;
text-align: justify;
}

.tab {
margin-left: 20px;
}

input {
width: 200px;
}

html {
padding: 10px 0px 100px 0px;
background-color: #efefef;
}

h1 {
font-family: 'Playfair Display', serif;
font-size: 2.8em;
text-align: justify;
}

h2 {
font-family: 'Playfair Display', serif;
font-size: 2.5em;
text-align: center;
}

h3 {
font-family: 'Playfair Display', serift;
font-size: 1.2em;
}

p {
font-family: 'Vollkorn', serif;
font-size: 1.1em;
text-align: justify;
padding: 0px 0px 50px 0px;
}

a:link {
color: #000000;
text-decoration: none;
font-family: 'Playfair Display', serif;
}