#wrapper {
    padding: 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.contenu {
    width: 65%;
    max-width: 100%;
}
#logo-header {
    width: 280px;
    max-width: 100%;
}
.title {
    color: #a50f45;
    font-size: 20px;
}
a {
    color: rgba(0, 0, 0, 1);
    transition: color 0.3s ease-in-out;
}
a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.biggest {
    font-size: 20px;
    color: #a50f45;
}

@media (max-width: 768px) {
    .contenu {
        width: 100%;
        max-width: 100%;
    }
}
