* {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	font-family: Helvetica;
	background: #202020;
	color: whitesmoke;
}

/*------- heading --------*/

.author {
	text-align: center;
	padding: 30px 5px;
}

.author h2 {
	font-family: HvdTrial Brandon Grotesque;
	font-weight: normal;
	font-size: 12px;
}

.author h1 {
	font-family: HvdTrial Brandon Grotesque;
	font-weight: normal;
	font-size: 36px;
}



/*----- navigation ------*/

nav {
	width: 100%;
	display: inline-block;
	text-align: center;
	justify-content: center;
	padding-left: 40px;
	font-size: 14px;

}

nav ul {
	list-style: none;
	qidth: 100%;
	padding-right: 60px;
	font-family: HvdTrial Brandon Grotesque;
	font-weight: normal;
	font-size: 12px;
}

nav ul li {
	display: inline-block;
	margin: 10px 20px;
}

nav ul li a {
	color: whitesmoke;
	text-decoration: none;
}

/*---- manga ----*/

.banner {
	width: 100%;
	height: 400px;
	background: url(img/song.png);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .btn {
	width: 90px;
	height: 30px;
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 40px;
	background-color: transparent;
	backdrop-filter: blur(20px);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	transform: translateY(140px);
	color: #303030;
}

.banner .btn:hover {
	color: darkgray;
}

/*-----Projects------*/

.projects {
	margiin: 0 auto;
	display: flex;
	padding: 40px 20px;
	width: 80%;
	height: 200vh;
	background-color: whitesmoke;
	justify-content: center;
	align-content: center;
	
}