.container {
    text-align: center;
    margin-top: 50px;
}

#queue, #pausedUsers {
    margin-top: 20px;
}

#queueList, #pausedUsersList {
    list-style: none;
    padding: 0;
}

#queueList li, #pausedUsersList li {
    margin-bottom: 5px;
}
