  	<style amp-custom> 
       body { 
         background-color: #C6C5C2; 
       } 

       * { 
         font-family: 'Slabo 27px', Serif; 
       } 
  
       p { 
         font-family: 'Lato'; 
         color: #333; 
         size: 18px; 
       } 

	   a[href^="tel:"]
	      {
		color: white;
		text-decoration: none;
	   }
  
       .lightbox { 
         background: #333; 
       } 
  
       .lightbox-content { 
         position: absolute; 
         top: 0; 
         left: 0; 
         right: 0; 
         bottom: 0; 
         display: flex; 
         flex-direction: column; 
         flex-wrap: nowrap; 
         justify-content: center; 
         align-items: center; 
       } 
  
       .lightbox amp-img { 
         width: 100%; 
       } 
  
       .lightbox-content p { 
         color: #fff; 
         padding: 15px; 
       } 
  
       .header-image { 
         position: relative; 
         background-color: #000; 
       } 
  
       .content { 
         padding: 20px; 
         display: flex; 
         align-items: center; 
       } 
  
       .ad-container { 
         text-align: center; 
         margin: 20px; 
       } 
  
       .content { 
         display: flex; 
         justify-content: center; 
       } 
        
       .title-section { 
         position: absolute; 
         bottom: 0; 
         left: 0; 
         right: 0; 
         background: rgba(0,0,0,0.5); 
         padding: 15px;         
       } 
       .title-section amp-img { 
         border-radius: 50%; 
       } 
       .title-section h1 { 
         color: #fff; 
       } 
  
       .section { 
         margin-bottom: 20px; 
         background-color: #fff; 
         padding: 20px; 
         box-shadow: 0 2px 2px #ccc; 
       } 
  
       .author span { 
         color: #fff; 
         font-size: 20px; 
         padding: 10px; 
       } 
	   .style1 {
		font-size: xx-large;
	   }
	.dropbtn {
	background-color: #eee;
	color: #444;
	padding: 8px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	}

	.dropdown {
	background-color: #eff;
	position: relative;
	display: inline-block;
	}

	.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ddd;
	min-width: 160px;
	width: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	overflow: auto;
	}

	.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	}

	.dropdown-content a:hover {background-color: #ccc}

	.dropdown:hover .dropdown-content {
	display: block;
	}

	.dropdown:hover .dropbtn {
	background-color: #D9D9D9;
	}

	</style> 
