body {
 background: url('https://files.catbox.moe/c7cts6.png') repeat fixed;
 background-size: cover;
 font-family: font1;
}

a   {color: white; text-decoration: underline;}
p   {font-size: 25px;}
h2  {font-size: 30px;}
h1  {FONT-SIZE: 50PX;}
small   {font-size: 20px;}

@font-face {
 font-family: font1;
 src: url('/fonts/DCCAsh.otf')
}

.container {
 width: 600px;
 margin: auto;
 position: relative;
 color: #ff4800;
}

.banner {
  position: absolute;
  top: 15px;
  left: 70px;
}

.content {
  position: absolute;
  top: 100px;
  left: 70px;
  height:483px;
  overflow:auto;
  width: 855px;
}

.right{
  float: right;
  margin: auto;
  padding: 10px;
  text-align: right;
  width:375px;
}

.left{
  float: left;
  margin: auto;
  padding: 10px;
  width:375px;
  text-align: left;
}
