.img-options {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
}

.artist-option {
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
    padding: 0.5rem;
    gap: 0.5rem;
    align-items: center;
    font-size: 20px;
    position: relative;
}

.artist-options {
    display: flex;
}

.eventim-artist-details {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    width: fit-content;
}

.correct {
    border-radius: 0.5rem;
    background-color: rgba(146, 252, 146, 0.6);
    color: black;
}

.wrong {
    border-radius: 0.5rem;
    background-color: #fc9292;
    color: black;
}

/*.popular-eventim h1 {*/
/*    color: yellow;*/
/*}*/

/*.popular-eventim a {*/
/*    text-decoration-color: yellow;*/
/*}*/

.popular-spotify img {
    border: 3.5px solid gold; /* Adjust the border width and color */
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: content-box;
}

.popular-eventim-text {
    background-color: yellow;
    color: black;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.requires-check-text {
    background-color: purple;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

html {
    background: #131516;
    color: #d8d4cf;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0 0.5rem;
}

a {
    text-decoration: none;
}
