@font-face{
	font-family: "Wednesday";
	src: url("https://damian-96.neocities.org/Fonts/Random%20Wednesday.ttf");
}

body{
	background-image: url(https://damian-96.neocities.org/image_dump/backgrounds/greensquiggle3.png);
	background-size: 300px;
	font-family: "Wednesday";
	font-size: 20px;
}

#container{
	background-color: #5edc08;
	margin: auto;
	margin-top: 60px;
	width: 1000px;
	height: 625px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	border-style: solid;
	border-width: 7px;
	border-color: #41a100;
}

#header{
	background-color: white;
	margin: auto;
	margin-top: -10px;
	height: 100px;
	width: 900px;
	text-align: center;
	justify-content: center;
}

#lower{
	display: flex;
	flex-direction: row;
	align-content: space-between;
	height: 475px;
	width: 950px;
	margin: auto;
	
}

#navbar{
	display: flex;
	flex-direction: column;
	background-color: #f50a0a;
	color: white;
	width: 150px;
	height: 450px;
	margin: auto;
}

#navbar ul {
  list-style-type: none;
  align-items: center;
  margin: 0px;
  padding: 0px;
  width: 150px;
  height: 450px;
}

#navbar li a {
  display: block;
  padding: 8px 16px;
  margin: 25px 5px;
  border-style: dashed;
  border-width: 2px;
  border-color: #9e0202;
  text-align: center;
  text-decoration: none;
}

#txtbox{
	background-color: white;
	display: flex;
	flex-direction: column;
	color: black;
	width: 800px;
	height:450px;
	margin: auto;
	text-align: center;
	overflow: scroll;
}

#flag{
	height: 50px;
	display: relative;
	left: 20px;
	top: 150px;
	margin: 0px;
}

#colosseo{
	position: absolute;
	left: 20px;
	top: 50px;
}

#penne{
	position: absolute;
	right: 30px;
	top: 70px;
}

#pisa{
	position: absolute;
	left: 30px;
	top: 300px;
}

#boot{
	position: absolute;
	right: 15px;
	top: 350px;
}

.entry{
	width: 600px;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	background-color: rgba(125,224,58,0.7);
	border-style: solid;
	border-width: 5px;
	border-color: #7de03a;
}

summary{
	height: 70px;
	text-align: center;
}