/* Hide the entire header (Title, Logo, and Browse Button) */
header {
    display: none !important;
}

/* Remove the top padding so the music moves up */
main {
    padding-top: 0 !important;
}