/* Wait!

If you are copying this off of the developer console - There is a better way
to do this, just go to https://pixelpetos.neocities.org/style.css and see the code
there. Some of the code was learned & based off of the code in W3Schools.*/

body {
	font-family: 'Comic Sans MS', 'Comic Sans', 'Comic Neue', sans-serif;
	background-color: #d9f6ff;
	cursor: url('clas.cur'), auto;
}

.navbar {
  display: flex;
	overflow: hidden;
	background-color: #0098c7;
	border-style: hidden;
	border-color: white;
}

.navbar a {
	float: left;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.navbar a:hover {
  
	background-color: #267e99;
	font-weight: bold;
}

.navbar a.active {
	background-color: 0489aa;
	color: white;
}

.centerflex {
	display: flex;
	justify-content: center;
	min-height: 100vh;
	align-items: center;
}

.middle {
	background-color: white;
	width: 950px;
	height: 1000px;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow-y: auto;
	
	
	/*
	display: flex;
	flex-direction: column;
	padding: 15px;
	gap: 10px;
	min-height: 0;
	flex-shrink: 0;
	*/
}

.middle img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  position: static !important;
  float: none !important;
}

a:hover {
	cursor: url('sel.cur'), auto;
}

p:hover,
h1:hover,
h2:hover {
	cursor: url('tex.cur'), auto;
}

.box {
	border-color: black;
	border-style: double;
}
