body {
    background-color: #121212;
    color: #ffffff;
    background-image: linear-gradient(to bottom right, #121212, rgba(255, 255, 255, 0.027));
    text-align: center;
    font-family: 'Lato', sans-serif;
}

#header {
    display: flex;
    justify-content: center;
}

#logo {
    display: flex;
    font-size: 150%;
    position: absolute;
    justify-content: center;
    align-items: center;
}   

#refresh_line:before {
    content: "Refresh (CTRL + R) the page to get a new song";
}

#refresh_line {
    margin-bottom: 15px;
}

#refresh {
    display: inline-flex;
    margin-right: 75%;
    opacity: 50%;
    margin-bottom: 5px;
}

#logo_R {
    color: #2fa8ee;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo_S {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1ed760;
}

#tagline {
    font-weight: 300;
    margin-top: 75px;
    margin-bottom: 45px;
    opacity: 95%;
}

#genre_refresh {
    justify-content: center;
}

.refresh_button {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: .375em;
    box-shadow: none;
    box-sizing: border-box;
    color: #363636;
    cursor: pointer;
    display: inline-flex;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .8rem;
    height: 1.9em;
    justify-content: center;
    line-height: 1;
    padding: calc(.5em - 1px) 1.5em;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
  }
  
  .refresh_button:active {
    border-color: #4a4a4a;
    outline: 0;
  }
  
  .refresh_button:focus {
    border-color: #485fc7;
    outline: 0;
  }
  
  .refresh_button:hover {
    border-color: #1ed75f25;
  }
  
  .refresh_button:focus:not(:active) {
    box-shadow: rgba(72, 95, 199, .25) 0 0 0 .125em;
  }

#refresh_button_div {
    padding-top: 30px;
    padding-bottom: 4px;
}

#refresh_button_icon {
    font-size: 14px;
    font-weight: 300;
}

#genre_is {
    margin-bottom: 7.5px;
    margin-top: 7.5px;
}

#song_intro {
    margin-bottom: 10px;
}

#genre {
    margin-bottom: 35px;
    margin-top: 0px;
    color: #f230abfa;

}

#song_name {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #ee752f;
}

#artist_name {
    margin-top: 0px;
    font-weight: 300;
    color: #ee752fc0;
}

#artist_by {
    margin-top: 0px;
    margin-bottom: 10px;
}

#song_embed {
    margin: auto;
    padding: 0px;
    width: 50%;
}

#signature {
    margin-top: 30px;
    text-align: center;
}

html,body {
    overflow:auto;
}

.select2-results__option {
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
}




@media screen and (max-width: 1528px) {
    #refresh_line {
        margin-bottom: -7px;
    }
}


/* Used for mobile site */
@media screen and (min-width: 320px) and (max-width: 812px) {

    body {
        background-color: #121212;
        background-image: url('https://imgur.com/Ych82Ew');
    }

    #logo {
        margin-top: 7%;
        position: absolute;
        justify-self: center;
        align-items: center;
    }   

    #refresh_line:before {
        content: "Refresh the page to get a new song";
        text-decoration: underline;
    }
    
    #refresh {
        margin-top: 0px;
        display: inline;
        margin-right: 0%;
        opacity: 50%;
        margin-bottom: 1%;
    }

    #refresh_line {
        margin-top: 1.5%;
    }
    
    #tagline {
        margin-top: 25%;
        margin-bottom: 12.5%;
    }

    #song_embed {
        width: 80%;
    }
}








