body {
    padding-top: 60px;
    background-color: #252121;
    font-size: 150%;
    color: white;
    text-align: left;
}
/* ===== TEXT ===== */
details > summary {
    text-align: center;
    background-color: #1c1a1a;
}
h1 {
    text-align: center;
    font-family: "Papyrus";
    font-size: 200%;
}
h2 { 
    font-size: 175%; 
}
h3 { 
    text-align: center;
    font-size: 150%; 
}
h4 { 
    font-size: 140%; 
}
h5 { 
    text-align: center;
    font-size: 125%; 
}
h6 { 
    font-size: 110%; 
}
/* ===== IMAGES ===== */
.img_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.img_deco {
    width: calc(25% - 10px);
    height: auto;
}
/* ===== ICON ===== */
.icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
