/* Clean, simple look */
body {
    background-color: #1a1a1a;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding: 20px;
}

/* Centers the heading */
h1 {
    font-size: 1.5rem;
    margin-top: 15px;
}

/* Makes the player look good on mobile and desktop */
#player {
    margin: 20px auto;
    max-width: 800px;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
