#profile {
	min-width: 90%;
	font-size: 12px;
	line-height: 110%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 100px;
}

.fullname {
	font-family: dela gothic one;
	font-size: 20px;
	line-height: 90%;
	padding: 50px;
	text-transform: uppercase;

}

.abstracttext {
	font-size: 8px;
	line-height: 150%;
	text-align: justify;
	font-weight: 300;
	padding-top: 20px;
	letter-spacing: 0.5px;
	font-family: roboto mono;
	text-transform: uppercase;
}

.abstract {
	width: 290px; 
	background-color: #d3d3d3;
	padding: 50px;
	border-radius: 5px;
}

.profpic {
	width: 350px;
	height: 350px;
	background-size: 100%;
	border-radius: 5px;
box-shadow: 1px 1px 1px 1px rgba(8,8,8,0.44);
	transform: rotate(-5deg);
	margin-right: -25px;
}

.profileorder {
	display: flex;
	width: 60%;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	gap: 10px;
}

#pusernamefit {
  display: inline-block;
    white-space: nowrap;
	}

.usernameborder {
	width: 350px;
	text-align: left;
}

.pusername {
	text-align: center; opacity: 1; z-index: 2; position: relative; font-family: dela gothic one; line-height: 90%; text-transform: uppercase;}


.profquote {
	font-size: 8px;
	font-weight: 100;
	color: white;
	font-style: italic;
	text-align: justify;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-family: roboto mono;
	width: 550px;
	line-height: 170%;
	padding: 50px;
}