html {
  overflow: hidden;
	background-image: url("/index/background.png");
	font-family: monospace;
	color: #ad68a8;
}

::selection {
  color: #6d3569;
}

a {
	color: #4068ad;
}

a:hover {
	font-style: italic;
	color: #224073;
}

.boxborder {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 480px;
  height: 530px;
  background-image: url("/index/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.box {
  position: absolute;
  padding: 10px;
  top: 14px;
  left: 15px;
  width: 430px;
  height: 480px;
  background: white;
  border-radius: 15px;
}