@font-face {
  font-family: 'zig_____';
  src: url(https://glassyk.neocities.org/Zig%20Font/zig_____-webfont.woff);
}
@font-face {
  font-family: 'wide awake';
  src: url(https://glassyk.neocities.org/WIDEAWAKE.TTF);
}
: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;
  
}
.container {
  display: grid; 
  grid-template-columns: 0.5fr 1.3fr 1.2fr; 
  grid-template-rows: 0.5fr 1.1fr 1.4fr; 
  gap: 18px 27px; 
  grid-template-areas: 
    "header header header"
    "sideBar websiteLinks personalLinks"
    "sideBar codingLinks indiesitesLinks"; 
}

.websiteLinks { grid-area: websiteLinks; }

.codingLinks { 
  grid-area: codingLinks;
  max-width:min-content;
  margin-bottom: 5em;
 }

.sideBar{
  grid-area: sideBar;
  display: flex;
  flex-direction: column;
  justify-content:start;
  min-height:600px;
  min-width:max-content;
  position: absolute;
  top: 195px; 
  color: white;
  background-color: var(--panel-background-color);
  margin: auto;
  border: 6px;
  border-color: #04052E;
  border-style: double;
}

.personalLinks { 
grid-area: personalLinks;
margin-right: 50px; }

.indiesitesLinks { 
grid-area: indiesitesLinks;
margin-right: 50px;
display:grid;
color: white;
background-color: var(--panel-background-color);
border: 6px;
border-color: #04052E;
border-style: double;
padding: 1em 0em 0em 1em;
max-width: fit-content;
margin-bottom: 5em;
}

.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;
 }


.header { grid-area: header;
  text-align: center;
  background-position: center;
  background-color: var(--panel-background-color);
  color: white;
  font-family:"wide awake";
  font-size: 32px;
  border: 6px;
  border-color: #04052E;
  border-style: double;
  max-height:fit-content;
   }
.planetHeaderWidth{
    max-width: 1em;
}
.sidebarPlanets{
    max-width: 2em;
    float: left;
}
h3{
    font-family: 'zig_____';   
    max-height: fit-content; 
    max-width: fit-content;
}
li{
    margin: 20px 0px;
}
.buttons{
    max-width: 88px;
    max-height: 31px;
}
.panel{
  display:grid;
  flex-direction: column;
  justify-content: space-evenly;
  color: white;
  background-color: var(--panel-background-color);
  border: 6px;
  border-color: #04052E;
  border-style: double;
  padding:1em;
  line-height: 18px; 
  min-width: fit-content;
}