body {
    font-family: Crimson text;
    background-color: #fefae0;
    color: #283618;
    margin: 0;
    padding: 0;
}

/*The Style for the Navbar*/
.navbar {
    background-color: #283618;
}

.nav-link {
    color: #f5ebe0;
    margin-right: 15px;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    transition: 0.3s;
}

.nav-link:hover {
    color: #ffffff;
    background-color: #606c38;
}

.nav-link.active {
    background-color: #D4AF37;
    color: #ffffff;
    font-weight: bold;
}


/* The Style for the Title header info */
.container {
    text-align: center;
    padding: 30px;
    background-color: #606c38;
    color: #fefae0;
    border-radius: 20px;
    margin-top: 10px;
}

.container h1 {
    font-family: "Emblema One";
    font-size: 70px;
    margin-bottom: 10px;
}

.container h4 {
    margin: 5px;
    color: #dda15e;
    font-size: 18px;
}

.container h6 {
    margin: 0;
    font-style: italic;
}

.container1 {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    text-align: center;
}

.container1 h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #283618;
    font-weight: bold;
    padding-bottom: 5px;
}

.container2 {
    background-color: #606c38;
    width: 100%;
    font-style: italic;
    color: #fefae0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;


}

/* The Style for the Menu Table */
table {
    width: 100%;
    margin-top: 15px;
}

th,
td {
    border: 1px solid #606c38;
    padding: 12px;
    font-size: 17px;
}

th {
    background-color: #283618;
    color: #fefae0;
}

td {
    background-color: #D4AF37;
    color: #fefae0;
}

/*The Style for the Contact*/
.box {
    border-radius: 10px;
    background-color: #D4AF37
}

.row {
    display: flex;
    flex-wrap: wrap;
}


/* The Style for the footer*/
.footer {
    background-color: #283618;
    color: #fefae0;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
    bottom: auto;
}

.footer a {
    color: #dda15e;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    color: #fefae0;
}