html,
body {
    background-color: black;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}
@-ms-viewport{
    width: device-width;
  }
.background {
    background-color: #060809;
}


.logo_music:hover{
    opacity: 0.7;  
    transition: opacity 0.5s, transform 0.75s;
}

.logo_music1{
position: relative;
text-align: center;
}
  
/* MEDIA QUERIES */

/* LOGO - CENTRING FOR MOBILE START */
@media only screen and (max-width: 995px) {
    .logo_music{
        margin-top: 10px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        
    }

    nav{
        display: flex;
        width: 100%;
        align-items: center;
        position: fixed;
        justify-content: center;
        z-index: 100;
    }

}

/* LOGO - CENTRING FOR MOBILE ENDS */

/* LOGO - LEFT ALIGN FOR DESKOTP START */
@media only screen and (min-width: 996px) {
    .logo_music{
        max-width: 300px;
        position: fixed;
        margin: 10px 15px 15px 10px;
        left: 0;
        display:inline;
    }
    }
/* LOGO - CENTRING FOR DESKOTP ENDS */

.box{
    height: 100%;
    display: flex;
    align-items: center;
 
  }


   
/* SPOTIFY BUTTON STARTS */
footer{
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
  
}

.footer_div{
    width: 200px;
}

/* SPOTIFY BUTTON ENDS */

/* FEVER and BROKEN START*/

@media only screen and (max-width: 575px) {
  .tatum_songs{
    padding-top: 120px;
  display: inline-block;
  margin-bottom: 100px;
  }
  .container {
    position: relative;
    width: 90%;
    margin-bottom: 50px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
  }
  .heading{
    font-size: 20px;
    font-weight:500;
  }
  .cta{
    font-size: 10pt;
  }
}


@media screen and (min-width: 576px) and (max-width: 995px) {
  .tatum_songs{
    padding-top: 120px;
    margin-bottom: 200px;
  }
  .container {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
  }
  .heading{
    font-size: 20px;
    font-weight:500;
  }
  .cta{
    font-size: 10pt;
  }
}

@media only screen and (min-width: 996px) {
  .tatum_songs{
    padding-top: 100px;
  }
  .container {
    position: relative;
    width: 40%;
    margin-bottom: 70px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
  }
  
  .container:hover .overlay {
    opacity: 0.5;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
  }

  .heading{
    font-weight:500;
  }

  .cta{
    font-size: 10pt;
  }
  }