body {
  background-image: url("/Comics/checkergreen.png");
}

#container {
   border: 0.5px ridge;
  background-color: rgba(233, 64, 35, 0.71);
  display: flex; 
  flex-direction: column;
  padding: 0.1rem; 
  width: auto; 
  height: auto; 
}

#links {
  border: 0.5px ridge;
  background-color: rgba(218, 217, 217, 0.71);
  display: flex;
  flex-direction: column; 
  padding: 0.1rem;
  margin: 10px;
  width: 999px;
  
  
}