body{
  background-image:url(images/bgs/tumblr_inline_mp34exSPUy1qz4rgp.png);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  font-family:ms gothic;
}
body::-webkit-scrollbar{
  display:none;
}
::selection{
  background-color:rgb(202, 202, 202);
  color:rgb(126, 126, 126);
}
::-moz-selection{
  background-color:rgb(202, 202, 202);
  color:rgb(126, 126, 126);
}
a{
  color:rgb(126, 126, 126);
}
a:hover{
  color:rgb(177, 177, 177);
}
.container{
  background-image:linear-gradient(to bottom, rgb(255, 255, 255), rgb(233, 233, 233));
  border:3px double rgb(126, 126, 126);
  padding-bottom:2px;
  display:flex;
  flex-direction:column;
  width:710px;
  text-align:center;
}
h1{
  margin-top:10px;
  margin-bottom:10px;
  font-family:Cactus Classical Serif;
}
.content{
  display:flex;
  justify-content:space-evenly;
}