body {
margin: 0 auto;
font-family: 'Times-New-Roman', serif;
background-color: #800020;
background-size: 100px;
color: #ffffff;
}

* { cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol334.png), auto !important;
}

#container {
 max-width: 1100px;
 margin: 0 auto;
}


#container a {
font-weight: bold;
  border-radius: 2em 2em 2em 2em;
}

 #header {
 width: 100%;
 background-color: hsla(9, 100%, 64%, 0);
 background-size: 100%;
 margin-bottom: 20px; 
}


#navbar {
height: 40px;
 background-color: #6e3a46;

width: 100%;
  border-radius: 2em 2em 2em 2em;
  margin-bottom: 10px;

}

 #navbar ul {
display: flex;
padding: 0;
 margin: 0;
 list-style-type: none;
 justify-content: space-evenly;
}

 #navbar li {
padding-top: 10px;
padding-bottom: 10px;
}


 #navbar li a {
 color: #000000;

font-weight: 800;
 text-decoration: none;

}

 #navbar li a:hover {
color: #FFFFFF;
 text-decoration: underline;
 }

#flex {
display: flex;
 }

#borderimg {
 border-image: url('https://pochemuchka.neocities.org/graphics/borders/borderfull1.png') 30 round;
}

aside {
 background-color: #000000;
 background-image: url('https://pochemuchka.neocities.org/graphics/backgrounds/gold.gif');
 background-size: 200%;
font-size: smaller;
padding-top: 5px;
padding-bottom: 5px;
 margin-bottom: 10px;
  border-radius: 2em 0em 0em 2em;
  

}

 main {
background-color: #000000;
background-image: url('');
 flex: 0 auto;
padding: 20px 20px 20px 20px;
order: 2;
z-index: 1;
width: 1100px;
  border-radius: 2em 2em 2em 2em;
   margin-bottom: 30px;
}

footer {
background-color: #2b1801;

width: 100%;
height: 20px;
padding: 10px;
 margin-bottom: 10px;
 text-align: center;
   border-radius: 2em 2em 2em 2em;
}

table, th, td {
	border: 5px double black;
	width: 140px;
	height: 140px;
}

table {
	text-align: center;
	min-width: 1100px;
}

th, td {
	padding: 3px;
	width: 140px;
	height: 140px;
}

th {
	text-align: center;
	width: 140px;
	height: 140px;
	background-image: url('/graphics/backgrounds/nov25blogth.png') ;
	color: #2b1801;
	
}

td {
	background-color: #6e3a46;
	width: 130px;
	height: 130px;
	color: rgba(0,0,0,0);
}

td:hover {
	background-color: #6e3a46;
	text-align: center;
	color: #000000;
	width: 130px;
	height: 130px;
}

 h1, h2, h3 {
color: #000000;
}

 h1, h2{
font-size: 40px;
text-align: center;
}

h3, h4 {
	font-size: 30px;
	text-align: center;
}

h5, h6 {
	font-size: 20px;
	text-align: center;
}

 p {
	color: #000000;
	font-size: 16px;
 }

 strong  {
 color: #000000;
}
 
.box {
background-color: #2b1801;
border: 5px dotted #b06d31;
padding: 10px;
border-radius: 2em 2em 2em 2em;
 }


#topBar {
width: 100%;
height: 30px;
padding: 10px;
font-size: smaller;
 }
 
  .cloud1 {
  position: fixed;
  bottom: -5px;
  left: 0;
  z-index: -1;
  opacity: .9;
 }
 
 .cloud2 {
  position: fixed;
  bottom: -5px;
  right: 0;
  z-index: -1;
  opacity: .9; 
 }
 
  .cloud3 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: .9; 
  }
  
  .cloud4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .9; 
  }
 
