body {
    Arial;
    background: #f2f2f2;
    padding: 20px;
}
 
.container {
    max-width: 900px;
    auto;
}
 
.header {
    background: #1e4ed8;
    color: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.logos {
    display: flex;
    gap: 10px;
}
 
.logo {
    width: 50px;
    height: auto;
    background: white;
    padding: 5px;
    border-radius: 8px;
}
}