@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{

	background-color: #0a1f4f;
	transform: 15;
}

body{
	background: #212121;
}

.title{

	display: flex;
	justify-content: center;
	position: relative;
	top: 100px;
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	
}

section a{

	position: relative;
	margin-left: 200px;
	color: #fff;
}

.dis{
	position: relative;
	left: 300px;
	background: #7289da;
	font-size: 30px;
	padding: 10px;
	border: 2px solid #000;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	top: 150px;
	transition: 0.7s;
}

.dis:hover{
	background: #062d5c;
}

.disc img{

	width: 100px;
	height: 10vh;
	position: relative;
	top: 100px;
	right: 20px;
}

.git{
	position: relative;
	left: 450px;
	background: #7289da;
	font-size: 30px;
	padding: 10px;
	border: 2px solid #000;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	top: 150px;
	transition: 0.7s;
}

.git:hover{
	background: #062d5c;
}

.gith img{

	width: 100px;
	height: 10vh;
	position: relative;
	top: 100px;
	left: 135px;
}

.pro{

	display: flex;
	justify-content: center;
	position: relative;
	top: 100px;
	color: #1358ab;
	font-size: 60px;
	font-weight: 900;
	
}