#navlist
{
margin: 1px;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
text-align: center;
}

#navlist ul, #navlist li
{
position: relative;
margin: auto;
padding: 0;
display: inline-block;
list-style-type: none;
text-align: center;
}

#navlist a:link, #navlist a:visited
{
font-size: 125%;
float: left;
line-height: 14 px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

h1 {
font-family:"Majesti Banner bold";
font-size: 100%;
text-align: center;
letter-spacing: 15px;
text-shadow: 2px 1px gray;
}

h2 {
font-family:"Majesti Banner medium";
font-size: 300%;
color: rgb(190, 30, 45);
text-align:center;
}

p {
font-family:"Majesti Banner book";
font-size: 150%;
color:rgb(65, 57, 61);
text-align:center;
}

p1 {
display: inline-block
font-family:"Majesti Banner book";
font-size: 150%;
color:rgb(65, 57, 61);
text-align:center;
width: 400px;
height: 700px;
margin:auto;
padding: 5px;
border: 1px solid black;
}

.button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: center;
    background-color: #d4a18d;
    border: none;
    border-radius: 8px;
    color: #41393d;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-family:"Majesti Banner book";
    font-size: 16px;
}

.button:hover {
    background-color: #4CAF50;/* Green */
    color: white;
}

#customers {
    font-family: "Majesti Banner book";
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}