body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/gingham404.png');
	background-size: 5%;
	font-family: Prata;
	font-size: 16px;
	color: black;
}

/* FONT STYLES */

h1 {
	color: #BE8A9D;
	font-size: 26px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	color: black;
	font-size: 15px;
	font-weight: normal;
	margin: 3px;
	line-height: auto;
}

h3 {
	color: pink;
	font-size: 20px;
	font-weight: bold;
	margin: 2px;
}

h4 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	line-height: auto;
}

/* structure */
#backsplash {
	border-style: ridge;
	border-width: 5px;
	border-color: #BE8A9D;
	background: #f5ebee;
	width: 400px;
	height: 300px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	padding: 10px 10px 10px 10px;

}

#home {
	width: 200px;
	height: 56px;
	background-color: transparent;
	background-image: url('https://cyberpeach.net/version3/home.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	top: 5px;
	rotate: 0deg;
}

/* --SCROLLBAR-- */
/* width */
::-webkit-scrollbar {
  background: white;
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eacac7;
  border: 0px solid gray;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d6948f;
  border: 3px outset #d1907b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d6948f;
}

/* Arrow Buttons */
::-webkit-scrollbar-button {
  background: #d6948f;
  height: 18px;
  border: 3px outset #d1907b;
}
