
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: auto;
}

.body {
    margin: 0;
    font-family: Arial, sans-serif;
}











nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    padding: 15px 50px;
}

.logo img{
    size: 28px;
    font-weight: bold;
height:60;
width:60;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}



.about {
    padding: 50px;
    text-align: center;
    
}

.about-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.about-image img {
    width: 100%;
    max-width: 400px;
    border: 5px solid black;
    border-radius: 5px;
}

.about-content {
    flex: 1;
    padding-left: 60px;
}

.about-content h2 {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    position: relative;
}

.about-content p{
    flex: 1;
    padding-left: 60px;
 text-align: justify;   
}



.logo img{
  text-align: end;
  width:50px; 
  height:50px;
  border-radius:30px;
}








.page-header {
    
    background: #0b669a;
    color: #fff;
    padding: 90px 0;
    border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;

}

.page-header .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-header .col-12 {
    width: 100%;
    text-align: center;
}

.page-header .container h2 {
    margin: 0;
    font-size: 2em;
    color: #fff;
    margin-bottom: 15px;
}

.page-header .container a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1em;
}

.page-header a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .page-header h2 {
        font-size: 1.5em;
    }

    .page-header a {
        font-size: 0.9em;
    }
}





















