
body {
    font-family: sans-serif;
    margin: 0;
    background-color: #002a20;
    color: white;
    text-align: center;
}
.logo {
    width: 100px;
    margin-top: 20px;
}
header {
    padding: 2rem;
}
.cta {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #1e90ff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.projets .videos {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
}
.projets video {
    width: 300px;
    border-radius: 10px;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}
.social-links a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}
footer {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #001f17;
}
