main {
    max-width: 900px;
    margin: 40px auto 0 auto;
}

body h1 {
    text-align: center;
    color: #ffcc00;
    text-shadow: 1px 1px #000;
    font-family: 'Press Start 2P', cursive;
    margin-top: 10px;
    font-size: 2.2rem;
    margin-bottom: 28px;
}

.about-container,
.informations,
.droitdauteur,
.mentionlegal,
.contact,
.hebergeur {
    background: #232526;
    color: #f6f6f6;
    border-radius: 12px;
    margin: 22px 0;
    padding: 18px 20px;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.08);
}

.about-container p,
.informations p,
.droitdauteur p,
.mentionlegal p,
.contact p,
.hebergeur p {
    color: #f6f6f6;
    font-size: 1.08rem;
    margin: 10px 0;
    line-height: 1.6;
}

.about-container p:first-child {
    font-weight: bold;
    font-size: 1.18rem;
}

.mentionlegal p:first-child,
.contact p:first-child,
.hebergeur p:first-child {
    color: #ffcc00;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

a {
    color: #ffcc00;
    text-decoration: underline;
    
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 700px) {
    main {
        padding: 10px 2px 30px 2px;
    }
    body h1 {
        font-size: 1.3rem;
    }
    .about-container,
    .informations,
    .droitdauteur,
    .mentionlegal,
    .contact,
    .hebergeur {
        padding: 10px 6px;
    }
}