/* assets/styles.css */
h1 {
    color: rgb(255,255,255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    text-align: center;
}

h4{
    color: rgb(255,255,255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    text-align: center;
}

p {
    color: rgb(255,255,255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    text-align: center;
}

ul {
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    color: rgb(30,215,96);
    text-align: center;
}

span {
    color: rgb(255,255,255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    text-align: center;
}

.card {
    background-color: rgb(68,68,68);
    border-radius: 20px;
}

.card-body {
    background-color: rgb(68,68,68);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    
}

#artist-input {
    color: rgb(0,0,0);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
}

#album-table th {
    background-color: rgba(127,75,196,0.6);
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255,255,255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#album-table td{
    background-color: rgb(68,68,68);
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255,255,255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    padding: 10px;
    text-align: center;
}

#artist-input {
    border-radius: 10px;
}

#artist-tabs .tab{
    background-color: rgb(0,0,0);
    color: rgb(255, 255, 255);
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
}

#artist-tabs .tab--selected{
    background-color: rgb(30,215,96);
    border-color: rgb(30,215,96);
    color: rgb(0,0,0) ;
    font-family: "Default sans-serif", "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
}

#random-album {
    background-color: rgba(127, 75, 196, 0.6);
}

#random-track {
    background-color: rgba(127, 75, 196, 0.6);
}

#submit-button {
    border-radius:10px;
}

#spotify-logo {
    position: fixed;
    max-height: 120px;
    max-width: 120px;
    left: 0px;
    bottom: 0px;
}
