body {
	font-family: Tahoma;
	background: #0B0B0B;
	margin: 0;
}





.nav {
	font-size: 50px;
	text-transform: uppercase;
}	

.nav__link {
	text-align: center;
	font-size: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;

	color: #ffdf00;
	text-decoration: none;

	transition: color .1s linear;
}

.nav__link:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	opacity: 0;

	background-color: #fff;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}


.nav__link:hover {
	color: #fffacd;
}


.nav__link:hover:after {
	opacity: 1;
}


.comment {
	color: #fff;
	font-size: 60px;
	font-weight: 540;
	max-width: 1080px;
	width: 700px;
	margin: 7px auto 50px;	
}
.img {
	margin: 30px auto 0;
	position: center;
}


.section__suptitle {
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin: 0 auto 40px;
}

.section__title {
	text-align: center;
	font-size: 72px;
	font-weight: 700;
	color: #fff
}

.section__title:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 40px auto;

	background-color: #09611d;
}
.nft {
	font-weight: 700;
	color: #fff;
	font-size: 72px;
	text-align: center;
}

.title {
	margin: 0 auto 0;
	color: gray;
}

.technoolike {
	text-align: center;
	font-size: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;

	color: blue;
	text-decoration: none;

	transition: color .1s linear;
}

.technoolike:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	opacity: 0;

	background-color: #fff;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}



.nav__lidk {
	justify-content: center;
	text-align: center;
	font-size: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;

	color: #ffdf00;
	text-decoration: none;

	transition: color .1s linear;
}

.nav__lidk:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	opacity: 0;

	background-color: #fff;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}


.nav__lidk:hover {
	color: #fffacd;
}


.nav__lidk:hover:after {
	opacity: 1;
}

