body {
    background-color: rgb(0, 255, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}



form-section{
    display: flex;
    gap: 8px;

}

