@font-face
{
  font-family:"COURBD";
  src: url(https://someplacetobe.neocities.org/Images/fonts/COURBD.TTF) format("truetype");
}

@font-face
{
  font-family:"Fandomonium";
  src: url(https://someplacetobe.neocities.org/Images/fonts/Fandomonium.otf);
}

h1
{
  font-size:48px;
  font-family:"Fandomonium";
  margin:0;
  padding:0;
  text-align:center;
}
h2
{
  font-size:36px;
  font-family:"Fandomonium";
  margin:0;
  padding:0;
  text-align:center;
}
hr
{
  border:3px solid black;
}
a
{
  color:#76a8ff;
  text-decoration:none;
}

body
{
  font-size:20px;
  background-color: black;
  font-family: "COURBD";
}

.page
{
  position:relative;
  vertical-align:top;
  background-color: antiquewhite;
  margin:10px;
  padding:10px;
  min-width:600px;
  max-width:600px;
  height:780px;
}
.bookmarks
{
  margin:10px;
  width:1220px;
  background-color:green;
}
.flip
{
  text-align:center;
  background-color:grey;
  min-width:25px;
  max-width:25px;
  height:780px;
}
.flip:hover
{
  background-color:darkgrey;
}
.pnr
{
  position:absolute;
  width:100%;
  text-align:right;
  bottom:10px;
  right:20px;
}
.pnl
{
  position:absolute;
  width:100%;
  text-align:left;
  bottom:10px;
  left:20px;
}