
/* Note to self: for Heaven's sake, do not define the body width! */

body {
  background-image: url("/bg/glitchy-new.jpg");
  background-color: #8A59CC;
  color: white;
  font-family: Times;
  margin:0 auto;
  cursor: url("https://downloads.totallyfreecursors.com/cursor_files/purpleglitter.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/purpleglitter.gif"), auto;
}
    a:link {
  color: #18FF00;
}

/* visited link */
a:visited {
  color: #18FF00;
}

/* mouse over link */
a:hover {
  color: #FF9700;
  cursor: url("https://downloads.totallyfreecursors.com/cursor_files/purplelnkslct.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/purplelnkslct.gif"), auto;
}

/* selected link */
a:active {
  color: #FF0000;
}
  .collapsible {
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 480px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  background-color: #ccccff;
}

.active, .collapsible:hover {
  background-color: #ccccff;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  width: 440px;
  text-align: justify;
  text-justify: inter-word;
}
.flex-wrapper {
  display:flex;
  justify-content:center;
}
  table{
    border-collapse:separate;
    border-spacing:10px;
    }
  .maincontent{
    margin:0 auto;
    display:flex;
    justify-content:center
    }
  .pageender{
    text-align:center;
    padding:20px;
    width:100%;
    }
    .navigationentry{
      width:200px;
    }
    .contententry{
      width:500px;
    }
    #navigation{
      height:100%;
    }
    
    img {
      max-width: 100%;
    }
    
    html {
     overflow-y: scroll;
    }
    
    .blink {
        animation: blinker 0.6s linear infinite;
        color: white;
        font-weight: times;
        font-family: serif;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }
      .blink-one {
        animation: blinker-one 1s linear infinite;
      }
      @keyframes blinker-one {
        0% {
          opacity: 0;
        }
      }
      .blink-two {
        animation: blinker-two 1.4s linear infinite;
      }
      @keyframes blinker-two {
        100% {
          opacity: 0;
        }
      }
      #statuscafe {
        width: 500px;
    padding: .5em;
    background-color: blueviolet;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

/* Start https://www.cursors-4u.com */

* {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur267.cur), auto !important;}

/* End https://www.cursors-4u.com */