/* Reset & Styling Utama */
body {
    font-family: "DM Sans", sans-serif;
    background-color: #FCF8EE;
    color: #333;
    overflow-x: hidden;
    flex-direction: column;
    align-items: center; /* Supaya tetap di tengah horizontal */
    width: 100vw;
}