body {
    background-color: #65636df7;
    font-family: Arial, sans-serif;
    color: #D4AF37;
}
.business-website {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #3a3836;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
#hero > img {
    max-width: 600px;
    height: 300px;
    border-radius: 15px;
}
#about > img {
    max-width: 400px;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.nav-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 10px;
    width: 60px;
    padding: 10px;
    background-color: rgba(77, 76, 76, 0.842);
    border-radius: 15px;
    text-align: center;
}
#menu {
    width: 90%;
    background-color: #424141;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    border-radius: 15px;
    text-align: center;
}
#menu div {
    display: inline-block;
    margin: 10px 25px 0 25px;
}
#menu h2 {
    text-align: center;
    color: #e26f0a;
}
.social-links p {
    display: inline-block;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
}
a {
    color: #e26f0a;
    text-decoration: none;
}
.menu-list {
   display: block;
    margin-top: 0;
    padding-left: 0;
}
.menu-list li {
    list-style-type: none;
    display: block;
}
.menu div h3 {
   display: block;
    margin-bottom: 10px;
}
form input {
    margin-bottom: 10px;
}
h1 {
    color: #e26f0a;
}
h2 {
    color: #e26f0a;
}
hr {
    border: 2px solid #e26f0a;
    margin: 20px 0;
}
button {
    background-color: #e26f0a;
    color: #fafafa;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
input {
    margin-left: 10px;
    border-radius: 8px;
}

/* Styles for the survey form */
.survey-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #434040;
    border-radius: 15px;

}
.survey-form-container {
    background-color: #131212;
    padding: 20px;
    align-items: center;
    border-radius: 15px;
}