#navbar {
    flex-direction: column;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    height: auto;
}

#games .items {
    flex-direction: column;
}

#games .items .item {
    width: 100%;
}
