
body {
display: block;
/* align-items: center;*/
/* justify-content: center; */
margin: auto; 
font-family: sans-serif;
font-size: 20px;
padding: 0px;
}

 img { 
 border-radius: 5%;
 height: auto;  
 width: auto;
 max-width: 90%;
}



/* h1 {
color: black;
background-color: none;
}
*/

.img, .title, .footer {
display: flex;
align-items: center;
justify-content: center;
height: auto; /* 70%;  */
width: auto;
/* margin: 15px 15px 15px 15px; */
margin: auto;
 padding: 10px; 
background-color: none;
}

.ptag {
	display: block;
	align-items: center;
	justify-content: center;
	height: 90%;
	width: 70%;
	margin: auto;
	padding: 10px;
	background-color: none;
 }

.code {
	        display: flex; 
  	        align-items: start;
	        justify-content: center;
	        height: auto;
	        width: auto;
	        margin: auto;
	        padding: auto;
	        background-color: lightgrey;
		font-size: 12px;
      }


.footerimg {
	 border-radius: 5%;
	  width: 30%;
	  /* height: auto; */
	  }

.ptag a {text-decoration:none}
.ptag  a:link {color:green}      /* unvisited link */
.ptag  a:visited {color:green}  /* visited link */
.ptag a:hover {color:#00FF00}  /* mouse over link */
.ptag` a:active {color:blue}  /* selected link */

 

/* p {
color: black;
margin: 10px;
padding: 10px;
} */

/*dropdown menu */

