body {
    align-items: ce;
    display: block;
    margin: 0;
    padding: 0;
    background-color:black;
}
.main-wrap {
    padding-top: 8px;
    position: relative;
    max-width: 480px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #1b2030b3;;
    
}
h2 {
    font-family:'Courier New', Courier, monospace
}
.movie-title {
    
    color: whitesmoke;
    padding-left: 15px;
    font-size: 20px;
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
} 

.movie-title::-webkit-scrollbar {
    display: none;
  }
.poster {position: relative;}
.poster img {
    position: relative;
    width: 92%;
    height: 220px;
    border-color: black;
    border-radius: 30px;
    border: 5px solid rgb(13, 1, 1);
    filter: brightness(70%);    
}
#dur {
    position:absolute;
    color: white;
    background-color: rgb(0, 0, 0);
    font-size: 20PX;
    margin: 10px;
    bottom: 0px;
    right: 20px;
    border-radius: 10px;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
}
.play-buttons {
    margin-top: 0px;
}
.mxdiv, .vlcdiv, .spdiv, .mdiskdiv {
    border: none;
    background-color: black;
    font-family: 'Share Tech Mono', monospace;   
    width:95%;
    height: 60px;
    color:white;
    border-radius:70px;
    margin:10px
    /* margin:10px */
  }

  .mxpimg {
    margin-top: 4px;
    width: 45%;          
    height:90%;}

  .funcbtn {
    width: 100%;
    height: 100%;
}
  #mxplaybtn, #mxdownbtn, #splaybtn, #sdownbtn {
    margin-top: 10px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    height: 70%;
    width: 27%;
    color: black;
    white-space: nowrap;
    border:0;
    }

    
#mxplaybtn, #splaybtn {
    font-size: 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
}
#mxdownbtn, #sdownbtn {
    font-size: 19px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left:-5px ;
}

#mxplaybtn {margin-left: -10px;}
#mxplaybtn, #mxdownbtn { 
    background-color: rgb(64,139,234);
    color: white;
    border-color: rgb(64,139,234);;
}

.mxdiv {
    border:2px solid rgb(64,139,234);
}
.spdiv {
    text-align: right;
    border:2px solid rgb(147,115,236);
}
.vlcdiv {border:2px solid #f59060;}

#splaybtn, #sdownbtn {
    background-color:rgb(147,115,236);
    color: white;
    border-color: rgb(147,115,236);
    }

.spimg {
    width:11%;
    border-radius: 60px;
    height: 70%;
    margin-top: 10px;
    margin-left: 10px;
}

.splayertxt {
    font-size:20px;
    margin-right: 13%;
}


#splaybtn {margin-left: -12%}
#sdownbtn {margin-right: 5px;}
.vlcdiv {
    text-align: center;
    height:50px;
    width: 95%;
    
}

.vlcdiv h2 {
    font-size:17px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;}

.vlcimg {
    height:80%;
    margin-top:4px; 
    margin-left:13px;}

.mdiskdiv {
    padding-top:8px;
    padding-bottom:5px;
    height:50px;
    margin-top:10px;
    border:2px solid #2778f8;
    font-size: 12px;
    font-weight: 600;
}
.mdiskimg {
    margin-left: 8px;
    height: 90%;
    border-radius: 50%;}

#ads {margin-top: 5px;
}






















