body {
    justify-items: center;
    align-content: center;
    height: 100vh;
}

.form-section {
    display: flex;
    gap: 8px;
}

