body {
    color: rgb(1,25,61);
    font-family: 'Poppins', sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px; 
}

.logo {    
    align-items: center;     
}

.logo img {
    width: 270px;
    height: auto;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin-left: 360px;        
    font-size: 18px;
}

nav a {
    text-decoration: none;
    color: #0B1F3A;
    font-weight: 500;    
}

nav a:hover {
    color: rgb(21,205,214);
}

.about { 
    padding: 20px;
}
.about h2{    
    text-align: center;
    padding-bottom: 20px;
}

.about p {
    font-size: 18px;
    line-height: 1.6;    
    margin: 0 60px 10px 60px; 
}

.partners {
    padding: 20px;
    text-align: center;
}

.partners img {
    width: 150px;
    height: auto;
    margin: 5px;
}