@charset "UTF-8";
.mobile{
	display:none;
}

body {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	font-family: monospace;
	background-color:#F2F2F2;
	color: #011526;
	font-size: 12px;
}

a{
	color:#1E96FC;
}
a:hover {
	color: #FF00DD;
	cursor: pointer;
	transition: all 0.9s linear;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #E1F25C;
}
em{
	text-shadow: 2px 2px #ff0000
}

h1{
	font-size: 32px;
	text-align: center;
}
h2{
	font-size: 25px;
	text-align: center;
}
h3{
	text-align: center;
	font-size: 18px;
}


/*Container element styles*/
.container {
	display:block;
	padding-bottom: 2.5rem;
	width: 75%;
}

/*PROFILE COMPONENTS*/
#profile{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	width: 100%;
	min-height: 100%;
}


/*LEFT SIDE <3 */

#left_media{
	display: flex;
	flex-direction: column;
	width: 40%;
}
.left_block{
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 1vh;
	border: solid 1px #011526;
	border-radius: 5px;
	background-color:#F1F2D8;
}
#intro{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#online{
	width: 100px;
}

#profile_pic{
	display:flex;
	padding:5px;
	margin: 5px;
	float:left;
	width: 50%;
}
#online{
	display: flex;
}

#bio{
	padding:10px;
}


/*RIGHT SIDE <3 */
.right_block{
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: 1vh;
	border: solid 1px #011526;
	border-radius: 5px;
	background-color:#F1F2D8;
	padding: 10px;
}
#right_media{
	display:flex;
	flex-direction: column;
	width: 60%;
}
#updates{
	padding: 5px;
	list-style-position: inside;
}
/*TOP 8*/
#top_8{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 3px;
	padding: 3px;	
	list-style-position: inside;
	border: 1px solid black;
}
#top_8 > li {
	flex: 0 0 24%;
	min-height: 9vw;
	max-height: 9vw;
	background-color: #E1F25C;
	border: 0px solid;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
}

/*END TOP 8*/

/*buttons*/
