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

::selection {
  color: #6d3569;
}

a {
	color: #4068ad;
}

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

s {
  color: #4068ad;
}

.linksborder {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 230px;
  height: 215px;
  background-image: url("/about/media/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.links {
  position: absolute;
  padding: 10px;
  top: 14px;
  left: 15px;
  width: 181px;
  height: 165px;
  background: white;
  border-radius: 15px;
}

.currentlyborder {
  position: absolute;
  top: 10px;
  left: 265px;
  width: 230px;
  height: 215px;
  background-image: url("/about/media/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.currently {
  position: absolute;
  padding: 10px;
  top: 14px;
  left: 15px;
  width: 181px;
  height: 165px;
  background: white;
  border-radius: 15px;
}