/* html body colors and stuff */
body {
  padding: 25px;
  background-color: black;
  color: white;
  font-size: 25px;
}
/* color for titles in gameplay containers */
.column .card h5 {
  color: #00ffd0;
}
/* gameplay container */
.card {
  background-color: #151515;
  color: white;
  width: 960px;
  max-width: 960px;
  display: inline-block;
  border-radius: 0px;
}
/* giant holder for gameplays */
.column {
    width:960px;
    margin:0 auto;
}
/* video class wrapper */
.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
/* iframe video class */
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* for sdvx.walte.lol title box */
.titleBox h1 {
    color: #d894ffaa;
    width: 960px;
    margin:0 auto;
    user-select: none;
}

.linkText {
    color:#aa00ffaa;
    float:right;
}

/* Custom scrollbar parts */
html {
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 1;  /* 0/1 toggles scrollbar visibility */
    background: #000000;  /* Scroll bar bg color */
}
/* Scroll bar unit color */
::-webkit-scrollbar-thumb {
    background: #00ffd0;
}

/* i don't know, this is nothing */
hiddenText {
    color: #ffffff22;
    user-select: none;
}


