@import url('https://fonts.googleapis.com/css2?family=Betania+Patmos&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans+Deva:wght@100..800&display=swap');
html, body {
	height: 100%;
    background-color: #E7E6E6;
	margin: 0px;
	}

#menu {
    display: none;
    }

#menu p a {
	display: inline-block;
	width: 120px;
	font-size: 21px;
	color: #3cf;
	padding: 5px 10px;
	}

a {
	text-decoration: none;
	color: #6E1673;
	}

#menu p a:hover {
	background-color: rgba(255,255,255,.2);
	}
	
#side {
	padding: 10px;
	background-color: #8E8586;
	}
	
#main {
	padding: 50px;
	}

h1 {
	font-family: "Betania Patmos", cursive;
  	font-weight: 400;
  	font-style: normal;
	color: #16528F;
	}

p {
	font-family: "Playpen Sans Deva", cursive;
  	font-optical-sizing: auto;
 	font-weight: <weight>;
  	font-style: normal;
	color: #7F3637;
	}

img {
	display: block;
	margin: 20px auto;
	}