body {
    background-color: rgb(41, 41, 41); 
    color: white;
    overflow-x: hidden;
    font-family: lato;
}

img {
width: 30px;
height: auto;
}

a { 
text-decoration: none;
color: gray;
}

.pages {
background-color: rgb(28, 28, 28);
height: 30px;
position: absolute;
margin: 0;
top: 0; right: 0; bottom: 0; left: 0;
font-size: 15px;
}

.page {
display: inline-block;
text-align: center;
color: rgb(200, 200, 200);
height: 30px;
width: 75px;
line-height: 28px;
}

.page-left {
float: left;
}


.page-right {
float: right;
}


.page-right img {
width: 16px;
height: auto;
position: absolute;
margin-top: auto; margin-bottom: auto;
top: 0; bottom: 0; right: 30px;
}

.page:hover {
background-color: rgb(40, 40, 40);
}

.site-content {
font-size: 15px; 
margin-top: 75px;
text-align: center;
}

.container {
    width: 314px;
    font-size: 10px;
    padding: 4px;
    border-radius: 3px;
    transition: background-color 0.5s ease, transform 0.3s ease;
    margin-right: 25px;
    margin-bottom: 25px;
}

.container a {
    color: white;
    text-decoration: none;
}

.container:hover {
    background-color: #5e5e5e;
    transform: translateY(-5px);
}

  

.container-video-id {
 text-align: right;   
}

.container-video-title {
    text-align: left;
    word-wrap: break-word;
    width: 210px;
    position: relative;
    bottom: 10px;
}

.container-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 182px;
  object-fit: contain;
  border-radius: 2%;
  background-color: black;
  transition: opacity 0.5s ease;
    
}

.container-thumbnail:hover {
    opacity: 0.8;
    
}

.container-video-date {
    text-align: right;
    position: relative;
    bottom: 10px;
}

.page-btn {
    text-align: center;
    font-size: 10px;
    margin-top: 50px;
}

.page-btn a {
    color: #cccccc;
    text-decoration: underline;
}

.next-page {
    margin-left: 30px;
}

.prev-page {
    margin-left: 30px;
}

.video-sort-dpd {
    position: relative;
    top: 80px;
    text-align: right;
}

.channel-sort {
    margin-bottom: 20px;
    text-align: right;
    
}

.channel-container {
  float: left;
  margin-right: 100px;
  margin-bottom: 20px;
  width: 500px;
  background-color: #2e2e2e;
  border: 3px;
  border-radius: 5px;
  padding: 5px;
  transition: background-color 0.5s ease;
}


.channel-container:hover {
    background-color: #383838;
    
}

.channel-result-id {
    text-align: right;
    position: relative;
    bottom: 15px;
    font-size: 12px;
    color: #858585;
}


.channel-result-title {
    text-align: left;
    font-size: 15px;
    color: #c7c7c7;
    margin-left: 90px;
    margin-top: 5px;
    margin-bottom: -15px;
}

.channel-result-count {
    text-align: left;
    font-size: 15px;
    color: #b8b8b8;
    margin-left: 90px;
    margin-top: -30px;
}

.channel-searchbar {
  text-align: left;
  float: right;
  margin-top: 30px;
}

.channel-list {
 margin-left: 180px;
}

.channel-result-img {
 text-align: left;
}

.channel-result-img img {
width: 80px;
height: 80px;
border-radius: 2px;
}

.video-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 75px;
}

.sml {
    text-align: left;
    font-size: 10px;
    font-family: Arial;
    margin-top: 5px;
}
	