		#background
		{
			position:absolute; left: 0; right: 0; bottom: 0; top: 0px; 
			z-index:60;
		}
		#title
		{
			position:absolute; 
			left: 0; 
			right: 0; 
			bottom: 0; 
			top: 80px; 
			text-align: center;
			z-index:99;
		}		
		#content
		{
			position:absolute; left: 80px; right: 80px; bottom: 0; top: 30px; 
			z-index:98;
			overflow-y: auto;
			overflow-x: hidden;
			background-color: #FFFFFFBB;
			padding-right:80px;
			padding-left:80px;

		}		
		.center { 
			margin: 0 auto; 
			width: 400px; 
			position:relative; 
			top: 90px; 
			left:-40px;
		
		}
		.image{
			position:relative;
			overflow:hidden;
		}
		
		.image.profile {
			width: 300px;
			height: 300px;
			top:120px;
			float: left;
			border-radius:50%;
			margin:40px;
			shape-outside: circle();
		}
		
		.image img {
			position: absolute;
			top:0;
			right:0;
			width:100%;
			height:100%
			object-fit:cover;
		}
		
		section h1 {
			position:relative;
			top:60px;
			text-align: center; 
			font-weight: 900 ; 
			color: #882222; 
			font-style:italic; 
			font-size: 3em	; 
			letter-spacing: 0.2em; 
			font-family: SP; 
			text-shadow: 1px 1px #ffffff; 
			line-height: 50px;
		}
		
		section h2 {
			position:relative;
			top:90px;
			text-align: center; 
			font-weight: 900 ; 
			color: #882222;
			font-style:italic; 
			font-size: 3em; 
			letter-spacing: 0.2em; 
			font-family: Times New Roman; 
			text-shadow: 1px 1px #ffffff; 
			line-height: 50px;
		}
		
		section h3 {
			position:relative;
			top:90px;
			text-align: center; 
			font-weight: 900 ; 
			color: #882222;
			font-style:italic; 
			font-size: 1.5em; 
			letter-spacing: 0.2em; 
			font-family: Times New Roman; 
			text-shadow: 1px 1px #ffffff; 
			line-height: 50px;
		}
		section p {
			position:relative;
			width:98%;
			top:120px;
			left: 20px;
			text-align: justify; 
			font-weight: 900 ; 
			color: #553333;
			font-style:italic; 
			font-size: 1.2em; 
			letter-spacing: 0.05em; 
			font-family: Times New Roman; 
			text-shadow: 1px 1px #ffffff; 
			line-height: 1.5em;
			 

		
		}