body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/11.jpg');
	background-size: 50%;
	font-family: Prata;
	font-size: 18px;
	color: black;

}

/* FONT STYLES */

h1 {
	color: pink;
	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: 18px;
	font-weight: bold;
	margin: 3px;
}

/* HYPERLINKS */
a:link {
  color: #AD6682;
}

a:visited {
  color: #AD6682;
}

a:hover {
  color: #B9748F;
}

a:active {
  color: #AD6682;
}


html, body {
    height: 100%;
    overflow: hidden;
    margin: 0;
}
#content {
    height: 100%;
}

#left {
    float: left;
    width: 25%;
    background-image: url('https://cyberpeach.net/version3/19.jpg');
	background-size: 70%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 10px;
	padding-bottom: 5px;
    border-right: 5px double #FCBCCD;
}
#right {
    float: left;
    width: 75%;
    background: transparent;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding-top: 20px;
    padding-botton: 5px;
    padding-left: 5px;
}

#kikitchi {
	width: 105px;
	height: 87px;
	background: transparent;
	background-size: 100%;
	background-image: url('https://cyberpeach.net/version3/kikitchi.gif');
	position: relative;
    margin: auto;
	top: 30%;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* --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;
}
