@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body, html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.5rem;
	font-family: "Pixelify Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	color: #BBB;
	background: url('https://blob.gifcities.org/gifcities/5UTMFK73ZNPGUHMTN3KFBGCXMACBGPGR.gif');
	background-repeat: repeat; 
  	background-color: #000000; 
  
}

body {
	cursor: url('/img/wii-pointer-blue-ccw.cur'), auto;
}

a, button {
    cursor: url('/img/wii-pointer-blue-ccw.cur'), pointer;
}

h1 {
    font-size: 60px !important;
}

img {
	max-width: 100%;
	border-radius: 4px;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

.title {
	font-weight: 600;
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
}

.subtitle {
	margin-bottom: 24px;
}


.wrapper {
	width: 1000px;
	background: #3676B8;
	margin: auto;
	margin-top: 12px;
	box-shadow: 0 0 24px #000000eb;
	border-style: inset;
}

.avatar {
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
}

.header-text {
	margin: 0 24px;
	display: inline-block;
	width: 390px;
	box-sizing: border-box;
}

.header {
	min-height: 200px;
	padding: 24px;
	vertical-align: top;

}

.listening {
	display: inline-block;
	vertical-align: top;
}

.content {
	padding: 0 12px;
	width: 760px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.section {
	background: #999;
	margin-bottom: 24px;
}

.section-header {
	padding: 12px;
	background: #09B875;
	color: #111;
	border: double #CCCC39;
}

.section-body {
	padding: 12px;
	background: #81ADDA;
	color: #333;
	padding-bottom: 24px;
	border: solid #094CB8;
}

.sidebar {
	padding: 0 12px;
	background: #8339CC;
	display: inline-block;
	width: 220px;
	vertical-align: top;
	box-sizing: border-box;
	border-style: inset;
}

.menu {
	margin: 24px 0;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li a {
	font-size: 20px;
	line-height: 36px;
}

.blinkies {
	margin-top: 12px;
}

.width-50 {
	width: 50%;
}

table {
	border-collapse: collapse;
	margin: 24px 0;
	background-color: #262628;
}

th, td {
	padding: 12px 24px;
    vertical-align: top;
}

th {
	background: #303033;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.code-snippet {
	font-family: monospace !important;
	width: 100%;
	background: white !important;
	color: black !important;
	resize: none;

	white-space: pre !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;

	user-select: text !important;
	-webkit-user-select: text !important;
}
