@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Stack+Sans+Text:wght@200..700&display=swap');


html, body {
	height: 100%;
    background-color:#e8e6df;
	margin: 0px;
	}

#menu {
    display: none;
    }

#menu p a {
	display: inline-block;
	width: 120px;
	font-size: 21px;
	color:#0D0D0D;
	padding: 5px 10px;
	}

a {
	text-decoration: none;
	color:#db1c07;
	}

#menu p a:hover {
	background-color: rgba(255,255,255,.2);
	}
	
#side {
	padding: 10px;
	background-color: #808080;
	}
	
#main {
	padding: 50px;
	}

h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" serif;
	color:#db1c07;
	font-family: Carter One;
	font-size: 40px;
	}

p {
	font-size: 19px; color:#0D0D0D
	color: #fff;
	font-family: Stack Sans Text;
	}

img {
	display: block;
	margin: 20px auto;
	}