section {
    width: 100%;
}

section#header {
    height: 90vh;
    overflow: auto;
}

section#artists {
    margin-bottom: 10vh;
}

#header {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: white;
    background-image: url('https://via.placeholder.com/1366x768');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#header h1 {
    margin-top: 15vh;
}

#header p {
    font-size: 20px;
}

section h1, h3 {
    text-align: center;
}

.produtor {
    font-weight: bold;
}

.artist-photo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}


.artist-photo:hover {
    border: 2px solid gold;

    cursor: pointer;
}

.artist a {
    text-decoration: none;
    color: black;
}

.artist {
    margin-bottom: 3vh;
    text-align: center;
    display: block;
}


.contact-option {
    width: fit-content;
    margin: auto;
}

.contact-option * {
    display: inline;
}