body {
    background: #f8f8f8;
}

#auth-content {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    margin-top: 80px;
}

#users {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}