.section {
    display: flex;
    justify-content: center;
    /* tengah horizontal */
    align-items: center;
    /* tengah vertikal */
    min-height: 100vh;
    /* full tinggi layar */
}

.container {
    margin-top: 0 !important;
    /* hilangkan margin default */
}