*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
header {
	width: 100%;
	height: 80px;
	background:-webkit-gradient(linear, 72% 30%, 10% 21%, from(#D16C5D), to(#40A6AC));
	position: fixed;
}
.taku_web{
	width: 100%;
	padding: 20px;
	text-align: right;
	position: fixed;
	top: 0px;
}
.taku_web ul li{
	list-style: none;
	display: inline-block;
	padding: 5px 50px;
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	cursor: pointer;
} 
.taku_web ul li a{
	text-decoration: none;
	color: darkblue;
}
.nomb_logo {
	width: 330px;
	padding: 0px 20px;
	float: left;
	position: relative;
	top: 5%;
	left: 2%;
	color: aliceblue;
	font-size: 30px;
}
.logo_jpg{
	width: 80px;
	position: absolute;
	transform: translateX(-1450%) translateY(-10%);
}
.nva{
	width: 100%;
	height: 100vh;
	background: url(../imagene/manga.png);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nva h1{
	font-size: 60px;
	color: white;
}
.nva_a{
	width: 100%;
	height: 100vh;
	background: url(../imagene/VIDE0JUEG05.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nva_a h1{
	font-size: 60px;
	color: white;
	}
.nva_b{
	width: 100%;
	height: 100vh;
	background: url(../imagene/ANIME.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nva_b h1{
	font-size: 60px;
	color: white;
}
.nva_c{
	width: 100%;
	height: 100vh;
	background: url(../imagene/ELECTR0NICA.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nva_c h1{
	font-size: 60px;
	color: white;
}
.nva_d{
	width: 100%;
	height: 100vh;
	background: url(../imagene/R0PA.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nva_d h1{
	font-size: 60px;
	color: white;
}
.nva_e{
	width: 100%;
	height: 100vh;
	background: url(../imagene/FUNK0.jpeg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nva_e h1{
	font-size: 60px;
	color: black;
}