*, h2, p {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.register-section {
    flex: 1;
    background-color: #333333;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.login-section input {
    display: block;
}

.underline {
    text-decoration: underline;
}