* {
  color: white;
  font-family: "Times New Roman", Times, serif;
  margin-left: auto;
  margin-right: auto;
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=134299"), auto;
}
nav {
  border: 3px #8f9ab2;
  background: #5f5a6e;
  background: linear-gradient(
    0deg,
    rgba(95, 90, 110, 1) 0%,
    rgba(32, 26, 32, 1) 97%,
    rgba(158, 143, 178, 1) 100%
  );
  color: white;
  padding: none;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  top: 5px;
}

a.navlink:hover {
  text-shadow: 0px 1px 5px #75ffff;
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=134300, auto"),
    help;
}

body {
  background-image: url("images/skyStarryNight.png");
  background-size: cover;
}

a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=134310"), wait;
}

#time {
  width: 20%;
  padding: auto;
  float: left !important;
  text-align: center;
  display: grid;
  position: fixed;
  background-color: #201a20;
  margin-left: 1%;
  border-radius: 3px;

  & p {
    color: white;
    margin: 3px auto;
  }
  & img {
    margin: 3px auto;
  }
}
.l1,
.l2,
.l3 {
  z-index: 1;
}

article.home {
  align-content: center;
  display: block;
  margin: auto;
  color: white;
  text-align: center;
  background-color: #5f5a6e;
}
.main {
  color: white;
  background-color: #201a20;
  text-align: center;
  max-width: 50%;
  margin: auto auto 25px auto;
  padding: 3px;
  border-radius: 3px;

  & img {
    max-height: auto;
    max-width: 100%;
    object-fit: contain;
    min-width: 50%;
  }
}
.main p {
  background-color: black;
  color: white;
  text-align: center;
  padding: 2px;
  margin: 2px;
}
a.not-ready {
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=134303, auto"),
    not-allowed;
}

table.users {
  float: right !important;
  width: 20%;
  border: 1px solid white;
  color: white;
  background-color: #201a20;
  margin-right: 1%;
  border-radius: 3px;
  display: grid;
}

.body {
  margin: 0em;
}

div.page {
  color: white;
  background-color: black;
}

p.footer {
  background-color: #204a87;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0px;
}

hr {
  margin-top: 40px;
}

nav {
  background-color: #204a87;
  color: white;
  padding: none;
  width: 100%;
  text-align: center;
}

article.content {
  align-content: right;
  display: inline-flexbox;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: auto;
  color: white;
  overflow-wrap: break-word;
}

ins.desc {
  color: #204a87;
  text-decoration: none;
}
ins.desc:hover {
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=134300, auto"),
    help;
}

p.date {
  color: gray;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 0px;
}

figcaption {
  color: white;
  text-align: center;
  margin-top: 5px;
}

img.irc {
  max-height: 500px;
}

a.hidden {
  text-decoration: none;
  color: white;
}

hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

article.home {
  border: 1px solid #222;
  margin: auto;
  padding: 5px;
  max-width: 40%;
}

article.blog {
  border: 1px solid #222;
  margin: auto;
  text-align: center;
  padding: 5px;
  max-width: 40%;
}

br {
  line-height: 2;
}
img.arrow {
  height: 30px;
  width: 30px;
  filter: drop-shadow(0 0 0.75rem white);
}

ins.SkyBox {
  color: black;
  background-image: url("/comic/images/null_plainsky512_rt.jpg");
  text-decoration: none;
  border: 2px solid #aeb4da;
  margin: auto;
}

/*Shaun's Number Guessing Game*/
.scroll-left {
  margin: none;
  padding: none;
  overflow: hidden;
  position: relative;
  height: 25px;
}
.scroll-left p {
  margin: none;
  padding: none;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  /* Starting position */
  transform: translateX(100%);
  /* Apply animation to this element */
  animation: scroll-left 60s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wrapper {
  height: 400px;
  width: 300px;
  border: 3px solid black;
  padding: 10px;
  text-align: center;
  margin: 20px auto 20px;
  background-color: #201a20;
  color: black;
}
input {
  color: black;
}
button {
  color: black;
}

h2.game {
  color: black;
}
h6.game {
  color: black;
}
.input-field input:disabled {
  cursor: url ("http://www.rw-designer.com/cursor-extern.php?id=134303, auto")
    not-allowed;
}
