body { margin: 0; } img { max-width:100%; max-height:100%; } #globalContainer { display: flex; flex-direction: column; height: 100vh; } #titleContainer { text-align: center; } #navigationContainer { flex: auto; overflow: auto; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; } #currentDirectory { padding-left: 0.5em; } #navItems { list-style-type: none; } #playerContainer { flex: 0 0 auto; display: flex; flex-direction: row; justify-content: center; } #albumCover { padding-right: 1em; padding-left: 1em; } #playerControls { text-align: center; padding-right: 0.5em; padding-bottom: 0.5em; }