		body {
			background: url("images/assets/backgrounds/play.jpeg");
			background-size: cover;
			background-attachment: fixed;
			background-position: center;
			font-family: "Comic Sans MS";
			image-rendering: pixelated;			
			color: white;
		}
		
		img {
			max-width: 100%;
			text-align: center;
		}
		
		.center {
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		}
		
		scrollcontent {
			width: 100%;
			height: 100%;
			overflow-y: auto;
			padding: 20px;
			box-sizing: border-box;

		}

		#aboutwrapper		{
			margin: 0 auto;
			max-width: 1050px;

		}

		#aboutcontainer {
			display: flex;
			width: auto;
			height: auto;
			flex-wrap: wrap;
			margin: 0 0 30px 0;
			padding: 50px 20px 15px 20px;
			gap: 5em 5em;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
		
		#aboutmeheader {
				max-width: 100%;
				display: block;
				margin: auto;
            }
			
		
		#basics {
			flex: 1;
		}
		
		
		#artstyle {
			flex: 2;
		}
		
		#tools {
			flex: 3;
		}
		
		#interests {
			flex: 4;
		}
		
		#qna {
			flex: 5;
		}
		
	<!-- MOBILE FRIENDLINESS STUFFS -->
	
	@media only screen and (max-width: 800px) {
		
		#aboutwrapper {
					width: 100%
					height: auto;
                }
				
		img {
			width: 100%;
		}
		
		body {
			font-size: 10px;
			}
			
	}
		
<!-- LINK COLORZ -->
/* unvisited link */
		a:link {
		  color: #fa64ca;
		}

		/* visited link */
		a:visited {
		  color: #de7afa;
		}

		/* mouse over link */
		a:hover {
		  color: #92a9fc;
		}

		/* selected link */
		a:active {
		  color: #a4e3ed;
		} 