
/*  {
    margin: 0;
    padding: 0;
} */

body {font-family:  Arial, Arial, Helvetica, sans-serif;}

.header {
  padding: 20px; /* Adds space inside the header */
  text-align: center; /* Centers the text content */
  
}

h1 { 
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    /*padding-top: 10px;*/
}

h2 {
    text-align: center;
    font: 18px Georgia, Times;
    color: black;
}

h3 {
	text-align: center;
	font: 16px Georgia, Times;
	color: #000000;
	}

h4 {
    text-align: left;
    font: 14px Georgia, Times;
    color: black;
}

p {
    /*padding: .75em 0; */
    /*line-height: 1.8em; */
    text-align: justify;
    /*text-indent: 10px; */
} 

/* page ID */

#page {
	background-color: #cc99ffff;
    text-align: left;
    text-indent: 5px;
	width: 100%;
    margin: 0 auto; 
}

/* Top Navigation */

.topnav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  /* z-index: 10000;  */
  background-color: #333;

}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}


/* take out .long
.long {
	column-count:2;
    column-gap: 3px;
*/    
}

.abouttext 
p {
    border: 2px solid blueviolet;
    border-radius: 5px;
    padding: 25px 50px;
}

.aboutsortbox
{
    width: 300px;
    height: 50px;
    border: 5 px solid green;
    padding: 10px;
    margin: 0;
}

#image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
   /*  width: 25px;
    height:25px; */
    
    /* margin-bottom: 10px;  */
}

#pppimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 10%;
   border: none;
   /* margin-bottom: 5px; */
}

#pdimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
     /* width: 50%; */
     /* height:50%; */
     /* height: 10%; */
    /* margin-bottom: 5px; */
    /* border: none; */
}

/* content */

#content {
    
    background-color: #cc99ff;
    text-align: left;
	width: 80%;
    /* margin-top: 50px; /* Add a top margin to avoid content overlay */


}

#content .post {
    font-size: 20px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
} 

#content .entry {
    padding-top: .75em;
} 

/* CSS for link centering */
.center-container {
  text-align: center;
}

/* CSS for table centering */
.center {
    margin-left: auto;
    margin-right: auto;
}
  
#datetime {
    font-size: 10em;
    font-weight: bold;
    }

.poetry
p {    
    clear: both;
    text-align: left;
    margin-left: 100px; 
    padding-left: 50px;
    font: 16px/20px Georgia, Times; */
}
  

td {
  text-align: center;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: auto;
} 

/* footer */

#footer {
    clear: both;
}

#footer p {
    font-size: .85em;
    text-align: center;
    text-transform: uppercase;
    color: black;
} 
