body {
    height: 100dvh;
    background:  rgb(75, 60, 78);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.form-box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.form-box label {
    display: flex;
    flex-direction: column;
}