@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;
}

body{

	background: #212121;
	align-items: center;
}

section{
	position: relative;
	left: 300px;
	top: 200px;
}

section h1{

	position: relative;
	color: #fff;
	top: -50px;
	font-size: 50px;
}

section h2{

	color: #0c81c4;
	font-weight: 900;
}

section p{

	color: 	#b5b5b5;
	font-size: 20px;

}