header{
	width: 100%;
}

h1{
	text-align: left;
}

nav{
	z-index: 2;
	width: 100%;
	margin-right: -100%;
	transition: margin-right .3s;
}

main{
	width: 100%;
}
.h2{
	width: 80%;
	padding-left: 5px;
	font-size: 25px;
	float: left;
}

#menu{
	display: block;
	width: 20%;
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	float: left;
}


.alert{
	width: 145%;
	margin: 0 auto;
}

.sep{
	width: 90%;
	margin-left: 5%;
}

.wiki_prev{
	width: 50%;
	left: 50%;
}

.img_prev_wiki{
	width: 40%;
}

footer{
	width: 100%;
}
#img_footer{
	width: 100%;
}
#img_footer:after{
	width: 80%;
	height: 4px;
	top: 100%;
	left: 10%;
}
#img_footer{
	width: 100%;
	height: 35%;
}
#info_footer{
	width: 100%;
	height: 65%;
}