@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
	}


.navbar {
    background-color: #255F85;
    }

.button {
    margin: 0px;
	font-family: "Betania Patmos", cursive;
  	font-weight: 400;
  	font-style: normal;
	color: #126A2C;
    padding: 10px 16px;
	text-align: left;
	display: inline-block;
    width: 160px;
    background-color: #15960E;
    color: #000;
    cursor: pointer;
	}

.button a {
	display: inline-block;
	width: 160px;
	}

.button:hover {
    background-color: #365F31;
	}

.button a {
    color: #000;
    text-decoration: none;
	}

.dropdown {
    display: inline-block;
	}

.submenu {
    font-family: "Betania Patmos", cursive;
  	font-weight: 400;
  	font-style: normal;
	color: #16528F;
    text-align: left;
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 16px 0px rgba(0, 232, 47, 0.8);
	}

.submenu a {
    width: 160px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	}

.submenu a:hover {
	background-color: #f1f1f1;
	}