body {
  color:white;
  background-color:black;
  background-image: url("pla50010.jpg");
  font-family:"Bubblegum Sans", sans-serif;
}
div.links-container {
  background:#070616;
  background: radial-gradient(circle,rgba(7, 6, 22, 1) 0%, rgba(23, 13, 117, 1) 50%, rgba(87, 10, 145, 0.86) 100%);
  color:#5CE0FA;
  border-color:#121049;
  border-style:outset;
  border-radius:12px;
  width:500px;
  text-align:center;
  margin:auto;
}
div.pagedoll {

  position:absolute;
  left:50%;
  margin-left: 577px;
  bottom:0px;
 
}
a{
  text-decoration:none;
}
a:hover {
  font-style:italic;
  color:#ED5CFA;
}
a:visited {
  color:#581DCF;
}
a:active {
  color:#7F1DCF;
}