body{
background-size:300px;
font-family: times new roman, sans serif;
filter: sepia(30%);
background: black;
}
.header{
width:60%;
background: black;
margin:0 auto;
padding:10px;
height:200px;
background-image:url('https://m.media-amazon.com/images/I/81IJ9kXoM0L._AC_SX425_.jpg');
background-size:100px;
box-shadow:0px 0px 2000px inset black;
position: relative;
color: white;
font-size: 30px;
text-shadow: 0px 0px 8px #FFA500;


}
.container {;
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: 100px 150px; 
  grid-template-rows: 100px; 
  gap: 20px 10px; 
overflow: hidden;
}
.face { 
background: transparent;
border:1px solid white;
overflow: hidden;
margin-top: 3px;

}
.bio {
background: transparent;
border:1px solid white;
margin-top: 3px;
padding:2px;
font-size:13px;
letter-spacing:2px;
text-align: left;
word-break: break-all;



}
.favs{
font-size:22px;
color: #c19d43;
margin-top:10px;

}
.episodes{
margin:0 auto;
width:90%;
text-align:center;
}
.epic{
border:1px solid white;
width:200px;
height:200px;
padding:10px;
float:left;
margin-bottom: 20px;
}
.edis{
border:1px solid white;
padding:10px;
width:410px;
max-height:200px;
overflow: auto;
text-align:left;
float:right;
margin-bttom: 20px;
}
.episodetext{
font-size:15px;
text-shadow: 0px 0px 1px orange;
line-height: 20px;

}
.titlediv{
width:100%;
clear: both;
}
.titletext{
font-size:28px;
text-shadow: 0px 0px 1px orange;
}
::selection{
color: white;
text-shadow: 0px 0px 3px black;
background: #003b6f;
