body, html {
	padding: 1;
	margin: 1;
	height: 100%;
	background-color: white;
	position: relative;
	font-size: 14px;
	font-family: 'Courier New', monospace;
}

body {
	min-height: 660px;
}

.page {
	padding: 12px;
	background-color: white;
	min-height: 0;
	height: unset;
	padding-bottom: 36px;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.hero {
	width: 400px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

iframe {
	border: 2px solid #000;
}


.content {
	height: 400px;
	width: 500px;
	position: absolute;
	bottom: 380px;
	left: 60px;
}

.menu a {
	padding: 3px;
	display: inline-block;
}

.my-menu a {
	height: 24px;
    line-height: 24px;
    width: 120px;
    display: block;
    background: pink;
    border-radius: 12px;
    margin-bottom: 4px;
    color: white;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px purple;

	position: sticky;
	bottom: 500px;
	left: 570px;
}
}

.my-menu a:hover {
    background: #ff49ff;
}


}


.menu {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 400px;
	left: 570px;
}

.blinkies {
	background-color: white;
	border: 2px solid #000;
	width: 400px;
	height: 320px;
	position: absolute;
	bottom: 52px;
	left: 750px;
	overflow: auto;
}

.form {
	height: 360px;
	width: 450px;
	position: absolute;
	bottom: 580px;
	left: 700px;
	overflow: hidden;
}


.title {
	color: #ff0097;
	font-size: 50px;
	letter-spacing: -7px;
	position: absolute;
	bottom: 780px;
	left: 59px;
	font-weight: bold;
}


h1, h2, h3, h4 {
	font-size: 14px;
	text-transform: all;
	letter-spacing: 0.5px;
}

h1 {
	background: #ffff95;
	border-top: 2px solid #ff0097;
	border-bottom: 2px solid #ff0097;
	padding-left: 5px;
}

h2 {
	border-left: 2px solid #ff0097;
	padding-left: 4px;
	margin-top: 2rem;
}

.border {
    padding: 2px;
    border: 1px solid #ff0097;
}

table {
	border-collapse: collapse;
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
}

th {
    background: yellow;
    color: #ff0097;
}

.width-50 {
    width: 50%;
}

* {
	scrollbar-width: thin; 
}

::-webkit-scrollbar {
	width: 10px;

}
