html {
    scrollbar-color: #8787eb #cfcff8;
  }
  
  @font-face {
    font-family: "Karla";
    src: url(../fonts/Karla.ttf) format(truetype);
  }
  
  @font-face {
    font-family: "Caveat";
    src: url(../fonts/Caveat.ttf) format(truetype);
  }
  
  body {
    background-color: #acacff;
    background-image: url(../images/cbbg.jpg);
    background-size: 50%;
    color: #000000;
    font-size: 18px;
    font-family: 'Karla';
  }
  
  a {
    font-weight: bold;
    color: #ffffff;
    text-shadow:
      1px 0 0 #0000ff,
      0 1px 0 #0000ff,
      -1px 0 0 #0000ff,
      0 -1px 0 #0000ff,
      1px 1px 0 #0000ff,
      -1px 1px 0 #0000ff,
      -1px -1px 0 #0000ff,
      1px -1px 0 #0000ff;
      text-decoration: none;
  }
  
  a:hover {
    font-weight: bold;
    color: #acacff;
    text-shadow:
      1px 0 #0000ff,
      0 1px #0000ff,
      -1px 0 #0000ff,
      0 -1px #0000ff,
      1px 1px #0000ff,
      -1px 1px #0000ff,
      -1px -1px #0000ff,
      1px -1px #0000ff;
  }
  
  ::selection {
    background-color: #acacff;
    color: #0000ff;
  }
  
  .center {
    text-align: center;
  }
  
  .roundscroll
  {
    width: calc(100% + 5px);
    height: inherit;
    overflow-y: scroll;
  }
  
  #content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
  }
  
  #main {
    padding: 0px 25px;
    margin: 0px 0px 0px 0px;
    border: 2px dashed #0000ff;
    background-color: #ffffff;
    width: 620px;
    height: 450px;
    float: left;
    overflow-y: scroll;
  }
  
  #main h1 {
    font-weight: lighter;
    font-family: 'Caveat';
    text-decoration: underline;
    margin: 5px auto;
    width: fit-content;
    padding: 0px 50px;
    text-align: center;
    font-size: 32px;
    background-color: #acacff;
    color: #0000ff;
    background-image: url(../images/gradient2.jpg);
    background-size: 100%;
    text-shadow:
      1px 0 #fff,
      0 1px  #fff,
      -1px 0 #fff,
      0 -1px #fff,
      1px 1px #fff,
      1px -1px #fff,
      -1px 1px #fff,
      -1px -1px #fff;
  }
  
  #sidebar {
    background-color: #ffffff;
    border: 2px dashed #0000ff;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px;
    height: 450px;
    width: 200px;
    float: right;
  }
  
  .currentpage {
    color: #0000ff;
    text-shadow:
      1px 0 #acacff,
      0 1px  #acacff,
      -1px 0 #acacff,
      0 -1px #acacff,
      1px 1px #acacff,
      1px -1px #acacff,
      -1px 1px #acacff,
      -1px -1px #acacff;
  }
  
  .currentpage:hover {
    color: #0000ff;
    text-shadow:
    1px 0 #acacff,
    0 1px  #acacff,
    -1px 0 #acacff,
    0 -1px #acacff,
    1px 1px #acacff,
    1px -1px #acacff,
    -1px 1px #acacff,
    -1px -1px #acacff;
  }
  
  #floating {
    margin-left: 20px;
    position: absolute;
  }
  
  #floating:active {
    transform: scaley(.8);
  }
  
  #sidebar h1 {
    font-weight: lighter;
    font-family: 'Caveat';
    text-decoration: underline;
    margin: 5px 0px 5px 0px;
    text-align: center;
    font-size: 24px;
    background-color: #acacff;
    color:#0000ff;
    background-image: url(../images/gradient2.jpg);
    background-size: cover;
    text-shadow:
      1px 0 #fff,
      0 1px  #fff,
      -1px 0 #fff,
      0 -1px #fff,
      1px 1px #fff,
      1px -1px #fff,
      -1px 1px #fff,
      -1px -1px #fff;
  }
  
  #statuscafe {
      padding: .5em .5em 0em 0.5em;
  }
  #statuscafe-username {
      margin-bottom: .5em;
  }
  #statuscafe-content {
      margin: 0 1em 0.5em 1em;
      font-size: 12px;
  }