:root {
    font-size: 16px;
}

body {
    font-family: sans-serif;
}


.player-container {
    text-align: center;
    padding: 10vh 2rem;
    border-radius: 1rem;
}

h1 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.source-link {
    display: block;
    margin-top: 1rem;
    text-decoration: none;
    color: #b3d7ff;
    font-size: 0.8rem;
}

.source-link:hover {
    text-decoration: underline;
    color: #007bff;
}
