body {
	background-color: #32A852;
	overflow: hidden;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration-line: underline; 
}
a.menu {
	color: #FFFFFF;
	font-size: 18pt;
	text-decoration: none;
	background-color: #236329;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
	padding-left: 1%;
	font-weight: bold;
}
a.menu:hover {
	color: #236329;
	background-color: #FFFFFF;
	text-decoration-line: underline;
}
img.text {
  border: 2px solid white;
  border-radius: 10px; 
  margin: 10px 10px 10px 10px;
}
#background_letter {
	color: #FFFFFF;
	font-size: 750px;
	position: absolute;
	left: -150px;
	top: -300px;
}
#background_letter_bottom {
	color: #FFFFFF;
	font-size: 750px;
	position: absolute;
	right: -150px;
	bottom: -300px;
}
#menu_bar {
	color: #FFFFFF;
	border: 3px solid white;
	border-radius: 10px;
	background-color: #236329;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
	padding-left: 1%;
	top: 3%;
	left: 3%;
	right: 3%;
	opacity: 90%;
	position: fixed;
	text-align: left;
}
#main_content {
	border: 3px solid white;
	border-radius: 10px;
	background-color: #236329;
	color: #FFFFFF;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 3%;
	padding-left: 3%;
	position: fixed;
	top: 150px;
	left: 3%;
	right: 3%;
	height: 70%;
	overflow-y: scroll;
	opacity: 90%;
}
#div_clock {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid white;
	border-radius: 10px;
	background-color: #236329;
	position: fixed;
	top: 25%;
	bottom: 25%;
	left: 25%;
	right: 25%;
	opacity: 100%;
	z-index: 99;
}
