body {
    margin: 0;
    padding: 0;
    background-color: #232634;
}

h2 {
    font-size: 40px;
    font-family:'Courier New', Courier, monospace
}
.movie-title {
    color: whitesmoke;
    padding-left: 30px;
    margin-top: 70px;
    font-size: 60px;
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.movie-title::-webkit-scrollbar {
    display: none;
  }
.poster img {
    width: 92%;
    height: 500px;
    border-color: black;
    border-radius: 30px;
    border: 5px solid rgb(13, 1, 1);
    filter: brightness(70%);
    
}
.play-buttons {
    margin-top: 60px;
}
.mxdiv, .vlcdiv, .spdiv {
    border: none;
    background-color: black;
    font-family: 'Share Tech Mono', monospace;   
    width:95%;
    height: 150px;   
    font-size:17px;
    color:white;
    border-radius:70px;
    margin:20px
  }

  .mxpimg {
    width: 50%;          
    height:100%;}

  .funcbtn {
    width: 100%;
    height: 100%;
    padding-top: 2.5%;
    
}
  #mxplaybtn, #mxdownbtn, #splaybtn, #sdownbtn {
    
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    height: 70%;
    width: 24%;
    color: black;
    white-space: nowrap;
    }

#mxplaybtn, #splaybtn {
    font-size: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
}
#mxdownbtn, #sdownbtn {
    font-size: 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    margin-left: -5px;
    margin-right: 10px;
}

#mxplaybtn, #mxdownbtn { 
    background-color: rgb(64,139,234);
    color: white;}

.mxdiv {
    border:2px solid rgb(64,139,234);
}
.spdiv {
    border:2px solid rgb(147,115,236);
}
.vlcdiv {border:2px solid #f59060;}

#splaybtn, #sdownbtn {
    background-color:rgb(147,115,236);
    color: white;}

.spimg {
    width:13%;
    border-radius: 60px;
    height: 70%;
    margin-top: 2.5%;
    margin-left: 1%;
}

.splayertxt {
    font-size: 65px;
}


#splaybtn {margin-left:10px;}

.vlcdiv {
    text-align: center;
    padding-top: 3px;
    margin:0;
    height:140px;
    width: 95%;
    
}

.vlcdiv h2 {
    margin-top: 45px;
    font-size:39px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;}

.vlcimg {
    height:80%;
    margin-top:10px; 
    margin-left:30px;}























.playitbtn {
    display: none;
    border: none;
    background-color: black;
    font-family: 'Share Tech Mono', monospace;   
    width: 200px;
    height: 49px;
    color:white;
    border-radius:10px;
  }
  .playitimg {
    margin-left:-40px;
    width: 140%;          
    height:85%;  }s