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