.container2 {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

a { text-decoration: none; color: #fff;
     
}


header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    margin-bottom: 10px;
    font-size: 24px;
}

header p {
    font-size: 16px;
    margin-bottom: 20px;
}

.book-now1 {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.book-now1:hover {
    background-color: #EBB42A;
}

section {
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
    font-size: 16px;
}

.charges p {
    font-size: 16px;
    margin-bottom: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 10px;
    text-align: left;
}

thead {
    background-color: #f9f9f9;
}

.hire-now {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.hire-now:hover {
    background-color: #218838;
}

blockquote {
    border-left: 5px solid #007bff;
    padding-left: 15px;
    margin: 15px 0;
    font-style: italic;
}

blockquote footer {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.feedback {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.feedback:hover {
    background-color: #e0a800;
}

.contact p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact strong {
    font-weight: bold;
}