#about-us {
    background-color: #f4f4f4;
    padding: 50px 20px;
    text-align: center;
}

#about-us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#about-us h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

#about-us p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

#about-us h2 {
    font-size: 2rem;
    margin-top: 40px;
    color: #333;
}

/* Header Styling */
header {
    background-color: #007BFF;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header .logo {
    font-size: 2rem;
    font-weight: bold;
    
}

header nav ul {
    list-style: none;
    margin-top: 10px;
}

header nav ul li {
    display: inline;
    margin-right: 20px;
}

header nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
}
.mylogo {
    height:150px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}