
    
/*  2022 additions to css */
        
body {
	background: rgba(61,59,59,0.85);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	overflow-wrap: break-word;
  	word-wrap: break-word;
	margin: 0;
	padding: 0;
}
    
.content {
	background: #FFFFFF;
	box-shadow: 0 15px 20px 20px rgba(0, 0, 0, 0.1), 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
	width: 60%;
	margin: 2.5% auto;
	padding-top: 10px;
	fit-content
}

section {
	width: 80%;
	margin: 5% auto;
	text-align: justify;
	padding-top: 15px;
}

hr {
  border: 1px solid black;
}

header {
	width: 80%;
	margin: 5% auto;
}

.author {
	font-family: "minion-pro", serif,"times"; 
	color: dimgrey;
	margin-top: 5%;
	text-align: right;
	font-weight: bold;
	
}

/*Additions end here*/

   
    
    H1 {font-family: "minion-pro", serif,"times"; 
        color: dimgrey;
        font-size: 20px;
     } 
    
    H2, p, ul, ol {font-family: "minion-pro", serif,"times";
        color: dimgrey;
        font-size: "12px"; 
    }
    
       
figcaption {
     font-style: italic;
     font-size: 12px;
     color: dimgrey;
     text: wrap
}

img.resize{
   max-width:200px;
   max-height:200px;
}


    H3 {font-family: "minionpro, serif, times";
        font-weight: "bold";
        color: dimgrey;
        
    }
    
    H4 {font-family: "minionpro, serif, times";
        font-weight: "bold";
        color: dimgrey;
        font-style: italic;
    }
    
    table { border-collapse: collapse;
        color: dimgrey;
        border-style: solid;
        width: "50%";
        align-content: center
       
    }
      
            th, td, tr {height: "50px";
                text-align: center;
        }
    
    a {color: dimgrey}
    
    
    image {
    text-align: center;
}
  
    .row1 {
        background-color: white
    }
    
    .row2 { background-color: lightgrey
        
    }
p {text-align: justify}
    
