@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: 730px;
	top: 100px;
	border: 2px solid #fff;
	padding: 10px;
	width: 500px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	display: flex;
	justify-content: center;
}

section h3, p{

	color: #fff;
	font-size: 20px;
	font-family: 'Roboto Mono', monospace;
}

section h3{

	color: #00de29;
}


section img{

	width: 100px;
	height: 10vh;
	padding-top: 20px;

}

section a{

	text-decoration: none;
	font-size: 25px;
	background: #169c2e;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 5px;
	color: #fff;
	transition: 0.7s;
}

section a:hover{

	background-color: #00ff2e;;
}

.super{

	color: #2558d9;
}

.yellow{

	color: #ccff00;
}

.pink{

	color: #ff00c8;
}

.purple{

	color: #7700ff;
}
.red{

	color: #ff0000;
}
.maria{

	color: #00ffe1;
}

.Most{

	position: relative;
	left: 730px;
	top: 100px;
	font-size: 40px;
	color: #fff;
	font-weight: 900;
}

.New{

	position: relative;
	left: 730px;
	top: 100px;
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	padding: 10px;
}
.im img{
	position: relative;
	top: 100px;
	left: 500px;
}

.image img{
	position: relative;
	top: -840px;
	left: 500px;
}