body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    line-height: 1.6;
    background-image: url('yourbackgroundimage.jpg.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

z

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 0;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #ff7f50;
}

h2 {
    font-size: 3em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1e90ff;
}

h3 {
    font-size: 2.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ff7f50;
}

p {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 20px;
}

#banner {
    background: url('cycling-image.jpg') center/cover;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner-content h2 {
    font-size: 3em;
}

.banner-content p {
    font-size: 1.5em;
}

#banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #333;
    color: #fff;
}

th, td {
    border: 1px solid #555;
    padding: 12px;
}

th {
    background-color: #ff7f0e;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #444;
}

tr:hover {
    background-color: #555;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
    line-height: 1.6;
    background-image: url('your-background-image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 0;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    line-height: 1.6;
    background-image: url('your-background-image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    line-height: 1.6;
    background-image: url('your-background-image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-weight: bold;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}


header h1 {
    color: #fff;
}

#banner h2 {
    color: #642d00;
    font-weight: bold;
}

#banner p {
    color: #ccc;
    font-weight: bold;
}


header h1 {
    color: #d38237;
    font-size: 45px;
    font-weight: bold;
}


#banner h2 {
    color: #ce8744;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


#purpose p {
    color: #c24242;
    font-weight: dark;
    text-shadow: 2px 3px 3px #000000;
}

#description p {
    color: #c24242;
    font-weight: dark;
    text-shadow: 2px 3px 3px #000000;
}

header img {
    height: 100px;
    margin-right: 5px;
}


#banner {
    position: relative;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('your-background-image.jpg');
    background-size: cover;
    filter: blur(5px);
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.container {
    position: relative;
    z-index: 1;
}

.banner-content {
    color: #fff;
    padding: 50px;
}


footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: 0 auto;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

header .container {
    display: flex;
    align-items: center;
}

header .logo img {
    height: 50px;
    margin-right: 20px;
}

header h1 {
    font-size: 24px;
    margin: 0;
}

nav {
    margin-left: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

#banner {
    background-image: url('cycling-image.jpg');
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#banner .banner-content {
    color: #fff;
}

#purpose, #description, #benefits {
    padding: 50px 0;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #333;
    color: #fff;
}

th, td {
    font-weight: normal;
}

#purpose, #description, #benefits {
    color: #333;
}

#purpose h2, #description h2, #benefits h2 {
    color: #333;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: 0 auto;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

header .container {
    display: flex;
    align-items: center;
}

header .logo img {
    height: 50px;
    margin-right: 20px;
}

header h1 {
    font-size: 24px;
    margin: 0;
}

nav {
    margin-left: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

#banner {
    background-image: url('cycling-image.jpg');
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#banner .banner-content {
    color: #fff;
}

#purpose, #description, #benefits {
    padding: 10px 0;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #333;
    color: #fff;
}

th, td {
    font-weight: normal;
}

#purpose, #description, #benefits {
    color: #333;
}

#purpose h2, #description h2, #benefits h2 {
    color: #333;
}

#about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#about .container {
    text-align: center;
}

#about img {
    max-width: 100%;
    max-height: 100%;
}

#management-team {
    padding: 20px 0;
}

.team-member {
    margin-bottom: 30px;
}

.team-member img {
    width: 100px;
    border-radius: 50%;
}

blockquote {
    font-style: italic;
}

blockquote p {
    margin-bottom: 10px;
}

blockquote cite {
    font-weight: bold;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    width: 80%;
    max-width: 1200px;
}

header {
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

header .container {display: flex;
    align-items: center;
    justify-content: center;
    }
    
    header .logo img {
        height: 50px;
        margin-right: 20px;
    }
    
    header h1 {
        font-size: 24px;
        margin: 0;
    }
    
    nav {
        margin-left: auto;
    }
    
    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    nav ul li {
        display: inline;
        margin-right: 20px;
    }
    
    nav ul li:last-child {
        margin-right: 0;
    }
    
    nav ul li a {
        color: #fff;
        text-decoration: none;
    }
    
    #about {
        text-align: center;
        padding: 50px 0;
    }
    
    #about img {
        max-width: 100%;
        height: auto;
    }
    
    #management-team {
        text-align: center;
        padding: 20px 0;
    }
    
    .team-member {
        margin-bottom: 30px;
    }
    
    .team-member img {
        width: 100px;
        border-radius: 50%;
    }
    
    blockquote {
        font-style: italic;
    }
    
    blockquote p {
        margin-bottom: 10px;
    }
    
    blockquote cite {
        font-weight: bold;
    }
    
    footer {
        background-color: #333;
        color: #fff;
        padding: 20px 0;
        text-align: center;
    }
    
    footer a {
        color: #fff;
        text-decoration: none;
    }
    
    footer a:hover {
        text-decoration: underline;
    }
    #about {
        text-align: center;
        padding: 0px 0;
    }
    body {
        background-image: url('yourbackgroundimage.jpg.jpeg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    #management-team img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 50%;
    }
    





