* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

header {
    margin-left: 10px 20px;
    padding: 10px 20px;
    background-color: #096b72;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header img {
    width: 50px;
    border-radius: 30%;
}

header p {
    color: #ff60b8;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
}

section {
    width: 100%;
    height: 800px;
    background-image: url(Divers/logos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

section p {
    color: #dbee00;
    border-left: 5px solid #dbee00;
    padding-left: 15px;
    position: absolute;
    top: 250px;
    left: 5%;
    font-weight: 900;
    font-size: 3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
        'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

section h6 {
    position: absolute;
    color: #00e092;
    top: 400px;
    left: 5%;
    font-size: 2rem;
}

footer {
    background-color: #096b72;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.4rem;
}

footer div {
    display: flex;
    gap: 20px;
    margin: 10px;
}

footer div p a,
div a {
    text-decoration: none;
    color: #fff;
}

.privacy {
    width: 100%;
    text-decoration: underline;
    text-align: center;
}