@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Luckiest+Guy&family=Oleo+Script:wght@400;700&display=swap');
html, body {
	height: 100%;
    background-color: #FDE855;
	margin: 0px;
	}

#menu {
    display: none;
    }

#menu p a {
	display: inline-block;
	width: 120px;
	font-size: 21px;
	color:#2b5793;
	padding: 5px 10px;
	}

a {
	text-decoration: none;
	color:#214679;
	}

#menu p a:hover {
	background-color: rgba(255,255,255,.2);
	}
	
#side {
	padding: 10px;
	background-color:#eec52e;
	}
	
#main {
	padding: 50px;
	}

h1 {
	font-family: "Luckiest Guy";
	color:#214679;
	font-size: 50px;
	}

p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 22px;
	color: #2b5793;
	}

img {
	display: block;
	margin: 20px auto;
	}