body {
   background-image:url("redstarbg.gif");
   background-repeat:repeat;
    font-family: "IBM Plex Mono", monospace;
   justify-content:center;
}

.wrapper{
   width:100%;
   height:100%;
   display:flex;
   margin:0 auto;
   justify-content:center;
   margin-top:15px;
}

.main{
   background:white;
   width:37.5vw;
   height:100%;
   padding:10px;
   text-align:center;
}

.link{
  background:transparent;
  width:100%;
  height:20px;
  padding:5px;
  text-align:left;
}

.link a{
  color:black;
}

.link a:hover{
  font-style:italic;
}

.sidebar{
   width:15vw;
   height:100%;
   position:sticky;
   background:white;
   padding:15px;
   text-align:center;
   float:left;
   margin:15px;
   top:0;
}


.ibm-plex-mono-medium {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

