body {
    font-family: 'Roboto', sans-serif;
    background-image: url("background1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

header, .header-image {
    width: 100%;
    height: auto;
}

.header-image {
    max-width: 50%;
    margin: auto;
    display: block;
}

.music-widgets, .bio, .links {
    margin-bottom: 2rem;
}

.music-widgets iframe {
    width: 70%;
    margin-bottom: 2rem;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px; /* Adds rounded corners */
}


h2 {
    text-align: center;
    font-size: 1.25rem;
}

.bio p {
    font-size: 1.5rem;
    padding: 1rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(105, 105, 105, 0.6); /* darker gray with a bit of transparency */
    border-radius: 12px;
}


.links h2 {
    font-size: 1.25rem;
    color: #1DB954; /* Spotify Green */
}

.links ul {
    list-style: none;
    padding: 1rem;
    text-align: center;
    background-color: rgba(105, 105, 105, 0.6); /* darker gray with a bit of transparency */
    border-radius: 12px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.links a {
    color: #ADD8E6; /* Light Blue */
    text-decoration: none;
    font-size: 1.5rem;
}
