.music-logo {
    max-width: 3em !important;
    width: 3em !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h1 {
    margin: 0;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.disc-img{
    border: 1px solid #bc9b8d;
}