body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #0d0d0d;
    padding: 20px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-link img {
    height: 50px;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 15px;
}

.navbar a:hover {
    text-decoration: underline;
}

.header-icons a {
    color: #fff;
    margin-left: 15px;
    font-size: 1.5em;
}

.main-content {
    text-align: center;
    padding: 100px 20px;
}

.main-heading {
    font-size: 3em;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    color: #00e0ff;
    letter-spacing: 2px;
}

.tagline {
    font-size: 1.5em;
    margin-top: 10px;
    color: #c9c9c9;
}

.cta-button {
    background-color: #00e0ff;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}

.section {
    padding: 50px 20px;
}

.section-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2em;
    color: #00e0ff;
    text-align: center;
    margin-bottom: 20px;
}

.content-box {
    border: 2px solid #00e0ff;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    border-radius: 10px;
    text-align: center;
}

.form-section {
    background-color: #0d0d0d;
}

.contact-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.contact-form input, .contact-form button {
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.contact-form input {
    width: 300px;
}

.contact-form button {
    background-color: #00e0ff;
    color: #000;
    cursor: pointer;
}

/* New styles for the About page */

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    text-align: left;
    color: #e0e0e0;
}

h1, h2 {
    font-family: 'Times New Roman', Times, serif;
    color: #00e0ff;
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    font-size: 2em;
    margin-top: 40px;
    text-align: left;
}

p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
}
