@import url('https://fonts.googleapis.com/css?family=Alice|Lobster');

*{
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
}

body{
	font-family:'Alice';
	font-size:20px;
	background-color:rgb(0,0,0);
	background-image:url('./body.jpg');
	background-size:cover;
	width:100%;
	height:100%;
	vertical-align:top;
	text-align:center;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

h1,h2,h3{
	font-size:25px;
	margin:20px;
	color:rgb(255,200,50);
	text-shadow:0px 0px 3px rgb(0,0,0);
}

h2{font-size:20px;}

h3{font-size:15px;}

hr{
	border:0px;
	height:0px;
	border-top:2px solid rgba(255,200,50,0.5);
	margin:20px auto;
	width:70%;
}

p{
	text-align:justify;
	margin:20px;
}

pre{
	background:rgba(0,0,0,0.3);
	text-align:left;
	font-family:'Lobster';
	font-size:25px;
	letter-spacing:3px;
	margin:50px;
	padding:20px;
	border-radius:5px;
	border:2px solid rgba(255,200,50,0.8);
}

ul li{
	text-align:left;
}

#container{
	margin:50px auto;
	display:flex;
	gap: 50px 50px;
	align-items: center;
	justify-content: center;
}

#left,#right{
	font-family:'Alice';
	font-size:20px;
	color:rgb(250,250,250);
	background-color:rgba(0,0,0,0.5);
	height:700px;
	border:2px solid rgba(255,200,50,0.8);
	border-radius:5px;
	box-shadow:0px 0px 10px rgb(0,0,0);
}

#left{
	width:300px;
}

#left ul{
	list-style-type:none;
}

#left ul li a{
	color:rgb(255,200,50);
	background-color:rgba(0,0,0,0.5);
	font-size:20px;
	text-decoration:none;
	text-align:center;
	display:block;
	line-height:1.0;
	height:100px;
	margin:10px;
	padding:10px;
	border:2px solid #a70;
	border-radius:5px;
	display: flex;
	justify-content: center;
	align-items: center;     
}

#left ul li a.visited{
	cursor:default;
	filter: grayscale(100%);
}

#left ul li a:hover{
	text-shadow:0px 0px 10px #fff;
	box-shadow:0px 0px 10px #fff;
}

#left ul li a.visited:hover{
	text-shadow:none;
	box-shadow:none;
}

#right{
	width:830px;
	background-image:url('./0.html.png');
	background-size:cover;
	position:relative;
	padding:20px;
}

#right p{
	background:rgb(0,0,0,0.5);
	padding:20px;
	border-radius:5px;
}

#sub-menu{
	margin:20px auto;
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 1fr 1fr; 
	gap: 20px 20px; 
	grid-template-areas: 
		". ."
		". ."; 
}

#sub-menu a{
	color:#fe7;
	background-color:#000;
	font-size:20px;
	text-decoration:none;
	display:block;
	margin:0px auto;
	width:300px;
	height:70px;
	padding:10px;
	border:2px solid rgba(255,255,0);
	border-radius:15px;
}

#sub-menu a:hover{
	text-shadow:0px 0px 10px #fff;
	box-shadow:0px 0px 10px #fff;
}

#sub-menu a img{
	float:left;
	height:50px;
	border-radius:30px;
}

img[src="./res/prev.png"],img[src="./res/next.png"]{
	opacity:0.8;
	border:2px solid rgba(255,200,0,0.5);
	border-radius:20px;
}

#lenta{
	margin:10px;
	float:left;
	height:400px;
	width:300px;
	color:#a70;
}

#lenta div{
	color:rgb(255,250,50);
	overflow:hidden;
	list-style-type:none;
	height:400px;
	margin:20px;
	border-top:1px solid #a70;
	border-bottom:1px solid #a70;
}

#lenta ul{
	list-style-type:none;
	top:200px;
}

#lenta li{
	margin-top:20px;
	margin-left:0px;
}

#map{
	background-image:url('./map.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:700px;
	height:532px;
	position:relative;
	margin:10px auto;
}

#map a{
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	background-color:rgba(200,0,0,0.8);
	border:2px solid rgb(255,255,0);
	border-radius:10px;
}

#map a:hover{
	background-color:#0f0;
}

#msg,#button{
	display:block;
	background:rgb(0,0,0,0.8);
	border:1px solid rgba(255,255,0,0.5);
	text-align:center;
}

#msg{
	position:fixed;
	z-index:100;
	color:rgb(255,250,0);
	top:50%;
	left:50%;
	width:300px;
	height:150px;
	padding:20px;
}

#button{
	color:rgb(255,255,250);
	text-align:center;
	width:100px;
	margin:10px auto;
	padding:5px;
}

#igspl{
	position:fixed;
	left:0px;
	top:0px;
	background:rgb(0,0,0,0.5);
	border-right:2px solid #fea;
	border-bottom:2px solid #a73;
	border-radius:0px 0px 10px 0px;
	color:#fea;
	font-size:15px;
	text-align:center;
	padding:10px;
}