html {
  background-color: black;
  background-image: url("/backgrounds/stars.gif");
  background-repeat: repeat;
  margin: 0;
  padding: 0px 0px 0px 0px;
}

body {
  position: relative;
  font-family: 'Courier New', monospace;
  overflow-x: hidden;
  margin: 1rem auto;
  color: #BA8AFF;
  padding: 0px 0px 0px 0px;
}

main {
  display: flex;
  max-width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

aside {
  background-color: black;
  width: 50%;
  max-width: 100%;
  border: 4px orchid;
  border-style: double;
  float: center;
  padding: 10px 0px 10px 0px;
  margin-left: 10px;
  margin-right: 10px;
}

header {
  float: none;
  border-bottom: dashed rebeccapurple;
  text-align: center;
  padding-bottom: 10px;
}

footer {
  float: none;
  border-top: dashed rebeccapurple;
  text-align: center;
  padding-top: 10px;
}

#links {
    background-color: black;
    border: 4px orchid;
    border-style: double;
    width: 208px;
    box-sizing: border-box;
    text-align: left;
    align-items: left;
}

#navspace-boxads {
    border: 4px orchid;
    border-style: double;
    align-items: right;
}

#navspace-sidelink {
    border: 4px orchid;
    border-style: double;
    align-items: right;
}

#shonk {
    border: 4px orchid;
    border-style: double;
    align-items: left;
}

#shroom {
    border: 4px orchid;
    border-style: double;
    align-items: left;
}

#cool-clock {
  	width: 300px;
    margin: auto;
  	text-align: center;
}

#listening {
    border: 4px orchid;
    border-style: double;
    width: 150px;
    height: 150px;
  	font-size: 70%;
    box-sizing: border-box;
    padding: 10px 2px 10px 2px;
  	margin: auto;
}

a:link {
  color: gold;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: goldenrod;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: gold;
  background-color: transparent;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  #navspace {
    display: none;
  }