

body {
  background-color:  black ;
  background-image: url('/bg/tumblr_oazn5tifaZ1v5v2d3o1_500.png');
  background-size: cover;
  color: #ff99b1;
  font-family: MS Gothic;
  line-height: 2;
  font-size: 50px;
}

a {
  color: #E399A4;
  text-decoration: none;
}

::selection {
    color: white;
    background: black;
}

::-moz-selection {
    color: white;
    background: #B3656E;
}

.container {
  width: 100%;
  margin: auto;
}

#box {
  width: 70%;
  height: 50%;
  margin-top: 25%;
  background: white;
  box-shadow: 0px 0px 30px 30px white;
}