index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.white-background {
    background-color: white;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}