a{
    color: white;
    text-decoration: none; 
}
a:hover { color:#C0C0C0;}
.all_ep_img{
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  max-width: 500px;
}
.tag_container{
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.tags{
    width:auto; 
    padding:10px;
    float:left;
    /*display: flex;*/ 
    justify-content: center; 
    /*align-items: flex-start;*/
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 0;
}