@charset "utf-8";

#fondo { background: linear-gradient(black, gray); }
.title { font-family: 'Caesar Dressing', cursive;
		 font-size: 40px;
		 color: blueviolet; }
.subtitle { font-family: cursive; font-size: 10px; color: white; }
#logo { border: solid 1px white;
	   border-radius: 10px;
	   margin: 4px;
	   padding: 4px;
	   text-align: left; }
.text_descrip { border: solid 1px white;
				border-radius: 10px;
				margin: 4px;
				padding: 4px; }
.description1 { color: blue; font-size: 26px; text-align: justify; }
.description2, .description3 { color: white; text-align: justify; }
.text_author { border: solid 1px white;
			   border-radius: 10px;
			   margin: 4px;
			   padding: 4px; }
.authors1 { color: blue; font-size: 26px; }
.authors2 { color: white; text-align: center; }
.novels1 { color: blue; font-size: 26px; }
.novels2 { color: white;
		   border: solid 1px white;
		   border-radius: 10px;
		   margin: 4px;
		   padding: 4px;}
.vid { color: white;
	   border: solid 1px white;
	   border-radius: 10px;
	   margin: 4px;
	   padding: 4px; 
	   text-align: center; }