* {
  color: white;
  font-family: "Times New Roman", Times, serif;
  margin-left: auto;
  margin-right: auto;
  cursor: url("cursors/NormalSelect.cur"), 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("cursors/HelpSelect.cur"), help;
}

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

a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  cursor: url("cursors/LinkSelect.cur"), 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("cursors/Unavailable.cur"), 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("cursors/HelpSelect.cur"), 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%;
}
