* {
  /*border: 1px dashed black;*/
}

html {
  background-color: black;
  background-repeat: no-repeat;
  color: rgb(43, 7, 7);
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 1920;
  overflow-x: hidden;
  margin: 1rem auto;
  padding: 0;
  color: #ff9c45;
  font-family: 'Courier New', monospace;
}

header {
  float: none;
  min-height: 15px;
  text-align: center;
}

header > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  list-style-type: none;
  margin: 0.25rem;
  text-align: center;
}

main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

aside {
  width: 50%;
  max-width: 400px;
  border: 2px solid #ff8888;
  border-style: dashed;
  float: left;
  padding: 10px 0px 10px 0px;
  margin-left: 10px;
  margin-right: 10px;
}

footer {
  float: none;
  min-height: 15px;
  text-align: center;
}

p {
  overflow-wrap: break-word;
}

a:link {
  color: rgb(255, 132, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(208, 73, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 183, 0);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(255, 132, 0);
  background-color: transparent;
  text-decoration: underline;
}

#navigation {
    border: 1px solid #ff8888;
    border-style: dashed;
    width: 208px;
    box-sizing: border-box;
    text-align: center;
}

#information {
    border: 1px solid #ff8888;
    border-style: dashed;
    width: 208px;
    text-align: center;
}

#clickspace {
    border: 1px solid #ff8888;
    border-style: dashed;
    width: 208px;
    box-sizing: border-box;
    font-size: 90%;
    text-align: center;
}

#webrings {
    border: 1px solid #ff8888;
    border-style: dashed;
    width: 208px;
    text-align: center;
}

#trinket-stuff {
    border: 1px solid #ff8888;
    border-style: dashed;
    width: 208px;
    box-sizing: border-box;
    font-size: 90%;
    text-align: center;
}

.divider {
  font-size: 30px;
  display: flex;
  align-items: center;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 2px;
  background-color: #ff8888;
  margin: 5px;
}