/* home.css */
.content {
    max-width: 800px;
    margin: 60px auto;
    padding: 30px;
    background-color: #fffdf7;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(180, 140, 100, 0.1);
}

.content h1 {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 10px;
    color: #5d4037;
}

.content .subtitle {
    text-align: center;
    font-size: 1.2em;
    color: #7a5c36;
    margin-bottom: 30px;
}

.content .clock-container {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #3e3e3e;
}

.content .explanation {
    background-color: #fff8e1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
}

.content .explanation h2 {
    color: #795548;
    margin-bottom: 10px;
}

.content .explanation ul {
    list-style-type: "🥔 ";
    padding-left: 20px;
    color: #4e342e;
    line-height: 1.7;
}

.content .footer-info {
    font-size: 0.95em;
    color: #6d4c41;
    text-align: center;
    border-top: 1px solid #e0cfc2;
    padding-top: 20px;
}

.content .footer-info a {
    color: #a67c00;
    text-decoration: none;
    font-weight: bold;
}

.content .footer-info a:hover {
    text-decoration: underline;
}

/* home.css (ajoute à la fin ou où tu veux) */
.center-logo {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 300px;
    height: auto;
}
