@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Roboto+Mono:wght@300&display=swap');

*{

	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
}

header{

	background: #171717;
	position: fixed;
	height: 100vh;

}
header img{

	display: flex;
	height: 130px;
	width: 130px;
	margin: 10px;
}

.icons a{

	text-decoration: none;
	display: flex;
	justify-content: space-between;
	height: 55px;
	width: 100px;
	margin: 15px;
	color: #fff;
	background: #3c31de;
	align-items: center;
	padding: 3px;
	font-size: 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	transition: 0.5s;

}
.icons a:hover{

	color: ;
	background-color: #0a1f4f;
	transform: 15;
}

section{
	background: url(https://i.gifer.com/PyRR.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
section h1{

	color: #fff;
	margin-left: 400px;
	padding-top: 300px;
	font-size: 100px;
	font-weight: 900;

}

.section-link{

	color: #fff;
	margin-left: 400px;
	padding-top: 300px;
	text-decoration: none;
	font-size: 30px;
	color: #134f8f;
	transition: 0.7s;

}

.section-link:hover{

	font-size: 40px;
	color: #0e0769;
}

section p{

	color: #00c9c6;
	margin-left: 400px;
	padding-top: 300px;
	text-decoration: none;
	font-size: 30px;

}

.img{

	background-color: #000;
}

.img img{

	padding-left: 600px;
}

.back{

	background-color: #000;
	padding-left: 700px;
	color: #134f8f;
}

.back h3{

	font-size: 60px;
}

.link-buy{

	color: #fff;
	font-size: 35px;
	text-decoration: none;
	background: #3c31de;
	border: 2px solid #fff;
	border-radius: 40px;
	transition: 0.7s;
}

.link-buy:hover{

	background-color: #0e0769;
	transform: scale(1.1);
}