/* Styles for the top of the document. */
html {
	background-color: lightyellow;
	text-align: center;
}
header {
	font-family: sans-serif;
}

/* Styles for the Projects tab */
.project {
	float: left;
	background-color: lightgrey;
	width: auto;
	margin:10px;
	border-radius: 100px;
	height: 250px;
	font-family: sans-serif;
}
.icon {
	width:200px;
	height:200px;
	border-radius: inherit;
}
#projects {
	align-content: center;
	text-align: center;
	margin: auto;
	width: 440px;
}

/* Styles for the Details tab */
#detail {
	display: none;
	margin-left: auto;
	margin-right: auto;
}
#noback {
	width: 600px;
	height: auto;
	display: inline-block;
}
#profileDiv {
	width: 200px;
	float: left;
	height: auto;
    margin: 50px;
}
#profile {
	width: auto;
	height: auto;
	max-height: 500px;
	max-width: 200px;
}

#name {
	font-family: cursive;
}
#info {
    width: 500px;
	padding-right: 50px;
}