*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

.container
{
	width:100%;
	height:100vh;
	background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
	display:flex;
	align-items: center;

}

.my-project
{
	
	margin-top:200px;
	padding-left:10%;
	padding-right:10%;

	

}

#date_2
{
	width:100%;
	height:100%;
	
	font-family: 'Maven Pro', sans-serif;

	background-color:red;
	
	border-radius:10px;
	color:white;
	
	border:1px solid black;

}
	
#date_2
{
	text-decoration: none;
}

#solution
{
	text-align:center;
	position: absolute;
	margin-left:30%;
	font-size:50px;
	text-decoration:none;
	margin-top:-50px;

	font-family: 'Maven Pro', sans-serif;
}


#pdf
{
	width:50px;

	
	
	
}
