html {background-image: url(https://i.imgur.com/vioGmMN.png), linear-gradient(#88B4C6, #b1d7ff,#b1d7ff,#88B4C6); background-size: 30%;   font-family: 'Patrick Hand';     height: 100%;  margin: 0;  
    background-attachment: fixed;}
h1,h2,h3 {font-family: 'Patrick Hand'; margin-left: 12px;}
h1,h2 {color: white;}
.cont { background: linear-gradient(#b1d7ff 90%, #fff); border: 1px solid #000;   border-radius: 25px; box-shadow: 0 0 3px 0px #000; 
	  max-width: 600px; height: auto; padding: 15px; margin: auto; margin-top:10px; position: relative;font-family: 'Patrick Hand'; font-size: 26px; line-height: 1.01em;}	 
.btext { margin:auto auto; margin-left: 15px; width: 99%; display: flex inherit;}
.btext img {filter: saturate(.4);transition: all .25s ease-in-out;}
.btext img:hover { transform: scale(1.05); filter: saturate(1);}
.cont img { width: 100%; height: auto; padding: 5px;  border-radius: 13px; margin-left: -5px; text-align:justify;}
.tags { font-size: 19px; margin-top: 7px; margin-bottom: -3px; } .tag {  background-color: #222e6c; color: #fff2cc; padding: 0 9 2 9; text-decoration:none; border-radius: 6px;transition: all .1s ease-in-out;} .tag:hover {color: white; background-color: #431c36;}
.eps { color: white; font-size: 30px; line-height:1.6em; margin-top: 7px; margin-bottom: -3px; } .ep {  background-color: #222e6c; color: #fff2cc; padding: 0 9 2 9; text-decoration:none; border-radius: 6px;transition: all .1s ease-in-out;} .tag:hover {color: white; background-color: #431c36;}
.pages { margin: auto; position: relative;} 
.pages img {width: 49px; height: 46px; margin: auto auto; transition: all .1s ease-in-out} 
.pages img:hover {transform: scale(1.1);}
.bottom, .bottom a { font-size: 20px; text-align: center; text-decoration: none; color: white; margin: auto; bottom: 3px; position: fixed; right: 3px;} 

::-webkit-scrollbar {width:15px; } ::-webkit-scrollbar-track {background: #b1d7ff;} ::-webkit-scrollbar-thumb {background:#fff;border-radius:10px;} ::-webkit-scrollbar-thumb:hover {background:#b1d7ff;} ::-webkit-scrollbar-corner { background: rgba(0,0,0,0); }