html {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
  background-image: url(https://files.catbox.moe/d6evde.gif);
  background-size: 200px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: yellow;
  text-decoration: underline;
  cursor:url("/images/ui/cursor-hover.png"), auto;
}

p {
  font-family: W95font;
  font-size: 25px;
}

#spacer{
	width: auto;
	height: 20px;
}

#web-space{
   width: 1200px;
   height: 580px;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden
}

.window {
	margin: 19px;
	align-content: center;
	margin-top: 10pxpx;
	background-color: #c3c3c3;
	width: 550px;
	height: 570px;
	<--/* borders */-->
		<--/* top border */-->	
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: white;
		<--/* right border */-->
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: dimgrey;
		<--/* bottom border */-->	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: dimgrey;
	    <--/* left border */-->
	    border-left-width: 1px;
		border-left-style: solid;
		border-left-color: white;
	
}

.welcome {
	margin-left: 30px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.textbox {
	background-color: lightgoldenrodyellow;
	width: 400px;
	height: 375px;
	margin-left: 25px;
	margin-top: 40px;
	overflow: auto;
	<--/* borders */-->
		<--/* top border */-->	
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: dimgrey;
		<--/* right border */-->
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: white;
		<--/* bottom border */-->	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: white;
	    <--/* left border */-->
	    border-left-width: 1px;
		border-left-style: solid;
		border-left-color: dimgrey;
}

.button {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 110px;
	height: 25px;
	background-color: #c3c3c3;
	<--/* borders */-->
		<--/* top border */-->	
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: white;
		<--/* right border */-->
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: dimgrey;
		<--/* bottom border */-->	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: dimgrey;
	    <--/* left border */-->
	    border-left-width: 1px;
		border-left-style: solid;
		border-left-color: white;
	
	font-family: W95font;
	font-size: 20px;
}

.ocs {
 	width: 800px;
	height: 115px;
	display: flex;
	overflow: hidden;
	margin-left: 300px;
	margin-top: 35px;
	image-rendering: pixelated;
}
