.skibidi{
	text-align:center;
	overflow:hidden;
	font-size:18px;
	background-color:bisque;
	border-style:double;
	border-width:10px;
	border-color:burlywood;
   font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}
.headings{
font-family: "Kings", cursive;
  font-style: normal;
	text-align:center;
	color:darkslategrey;
	background-color:bisque;
	border-style:double;
	border-width:20px;
	border-color:burlywood;
	padding:25px;
	text-decoration:underline;
}
.image{
	border-style:solid;
	border-width:5px;
	border-color:burlywood;
	margin: 10px;
	width:35%;
}
#myMugshot{
	max-width:20%;
	float: left;
	margin:10px;
	object-fit: contain;
}
.comment{
	font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  background-color: burlywood;
  display: inline-block;
  
}