@charset "utf-8";
/* layout.css */

/* Background */
.page {width:70%; margin:auto; padding:0px;}



/* Header Section */
marquee {color:black; background-color:#ffef96; text-align:center;}



/* Nav-main */
td a {color:white; text-decoration:none;}



/* MENU SECTION  */
td a {font-size:25px; color:white; text-decoration:none;}
tr {outline-style:double;}
a:hover {font-size:30px;}
td:hover {background-color:#b9936c;}


/* Container */
main {background-color:#c1946a; border-bottom-style:groove; padding:10px; 	width:73%; 	float:left; font-family:"Georgia", Serif; text-indent: 50px; margin:10px;}
.second {background-color:#c1946a; border-bottom-style:groove; padding:10px; font-	family:"Georgia", Serif; text-indent: 50px; width:100%;}
.post-one {color:white;  padding:8px;}
h2 {color:Yellow; font-family:"Garamond", Serif; text-align:center;}
h4 {color:white; font-family:Times New Roman; text-align:center;}
h5 {color:Black; font-family:Times New Roman; text-align:center;}
p {color:white; font-family:"Lucida Fax", Monaco, monospace; text-align:center;}
a {color:white; text-decoration:none;}
* {box-sizing: border-box;}



/* Sidebar */
.sidebar-home {background-color:#c1946a; border-bottom-style:groove; padding:10px; 			         width:25%; float:right; border-style:double; margin:0px;}
h3 {font-family:cursive; background-color:#dac292;color:black;}
h4 {font-family:"Times New Roman", Serif; text-align:center }


/* Footer */
.main-footer {background-color:#dac292; padding:14px 24px; outline-		        style:double; clear:both; text-align:center; margin:1px;}


