/* CSS Document */
body{ margin: 0;
      min-height: 100vh;
      background-color:#000;
      background-image: url("../JUKEBOX/img/FlChan.png");
      background-repeat: no-repeat;}
      
.btn {
        display: inline-block;
        background-color: #7b38d8;
        border-radius: 10px;
        border: 4px double #cccccc;
        color: #eeeeee;
        text-align: center;
        font-size: 28px;
        padding: 20px;
        width: 400px;
        transition: all 0.5s;
        cursor: pointer;
        
      }
      .btn span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
      }
      .btn span:after {
        content: "\00bb";
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
      }
      .btn:hover {
        background-color: #f7c2f9;
      }
      .btn:hover span {
        padding-right: 25px;
      }
      .btn:hover span:after {
        opacity: 1;
        right: 0;
      }
      
#centre{

        width:400px;
        margin-top:200px;
        margin-left:auto;
        margin-right:auto;
     }
     
#centre2{

        width:400px;
        margin-top:50px;
        margin-left:auto;
        margin-right:auto;
     }
 
#fblik{  
        margin-top:20px;
        } 
    
@media only screen and (max-width: 1024px) {

  
#centre{

        width:400px;
        margin-top:500px;
        margin-left:auto;
        margin-right:auto;
     }
     
#centre2{

        width:400px;
        margin-top:50px;
        margin-left:auto;
        margin-right:auto;
     }
     

}