:root{
  --panel-background-color: rgba(34, 0, 124, 0.8);
}
body {
  background-image: url("https://glassyk.neocities.org/Pictures/space_wallpaper_3.gif");
  background-color: black;
  background-attachment: fixed;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 2px 2px black;
  font-size: 20px;
}
.sideBar{
  display: flex;
  flex-direction: column;
  justify-content:start;
  min-height:600px;
  max-height:auto;
  min-width:max-content;
  max-width: auto;
  color: white;
  background-color: var(--panel-background-color);
  margin: auto;
  border: 6px;
  border-color: #04052E;
  border-style: double;
}
.button {
  background-color: rgba(20, 1, 82, 0.6);  
  font-family: "zig_____";
  color: white;
  text-align: center;
  font-size: 12px;
  height: 3em;
  justify-content: center;
 }
a {text-decoration: none;}
p {line-height: 1.5em;}
.postGap{
  gap: 2em;
}
.sideBar{
  display: flex;
  flex-direction: column;
  justify-content:start;
  min-height:600px;
  min-width:max-content;
  color: white;
  background-color: var(--panel-background-color);
  border: 6px;
  border-color: #04052E;
  border-style: double;
}
.header{ 
  text-align: center;
  background-position: center;
  background-color: var(--panel-background-color);
  color: white;
  font-family:"wide awake";
  font-size: 64px;
  border: 6px;
  border-color: #04052E;
  border-style: double;
  max-height:fit-content;
}
.planetHeaderWidth{
    max-width: 1em;
}
.text {
  line-height: 1.4; 
  max-width: 1200px; 
  margin: auto; 
  background-color: var(--panel-background-color);
  border: 6px;
  border-color: #04052E;
  border-style: double;
}
.container{
  display:flex;
  flex-direction: row;
  gap: 3em;
}
.imgDimension{
max-width: 200px;
max-height: 800px;
}