body {
    background-color: #f4f6f9;
}

.register-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.register-box {
    width: 360px;
    margin: 20px;
}
