body{
	color:white;
}

#content{
	/* display:grid; */
	color:white;
}
#rightcont{
	float:right;
	
}
#prof{
	
	color: #CEC8EF;
	text-align:center;
	padding:10px 3px;
	margin: -10px 20px 0 -10px;
	
	width: 30%;
	max-width:500px;
	min-width:100px;
	
	float:left;
		

	
}

#prof a{
	display:block;
	color:cyan;
	text-decoration:none;
	margin-bottom:10px;
	
}

#prof a:hover{
	color: red;
	
}


.lined{
	display:inline-block;
	}
	
.content-box  {
	background-color:rgba(0,0,0,.5);
}
body{
	background-image:url("../data/bg.jpg");
	background-color: #34267E;
}


#profile-img{
	
	
	border-radius:100%;
	width:70%;
	max-width: 200px;
	
}


#last-box  a{
	transition-duration:.3s;
	background:rgba(102, 82, 204,.8);
	display:inline-block;
	border:none;
	border-radius: 10px;
	color: white;
	text-decoration:none;
	text-align:center;
	padding: .3cm ;
	margin: 10px ;
	
	
}

/**/

