#randomNContainer {
  position: absolute;
  top: 25px;   
  left: 27px;  
  width: 110px;
  height: 116px;
}

#mySvg {
  position: absolute;
  top: 25px;
  left: 38px;
}

#randomEContainer {
   position: absolute;
  top: 25px;  
  left: 162px;  
  width: 110px;
  height: 116px;
}

#randomWContainer {
   position: absolute;
  top: 25px;   
  left: 298px;  
  width: 115px;
  height: 116px;
}

#randomPContainer {
     position: absolute;
  top: 173px;  
  left: 298px;  
  width: 115px;
  height: 116px;
}


#randomOContainer {
     position: absolute;
  top: 173px;   
  left: 440px; 
  width: 115px;
  height: 116px;
}

#randomRContainer {
     position: absolute;
  top: 173px;   
  left: 565px; 
  width: 115px;
  height: 116px;
}

#randomTContainer {
  position: absolute;
  top: 173px;  
  left: 707px; 
  width: 115px;
  height: 116px;
 
}




#randomFContainer {
  position: absolute;
  top: 315px;  
  left: 26px;  
  width: 115px;
  height: 116px;

}

#randomO2Container {
  position: absolute;
  top: 315px;  
  left: 170px;  
  width: 115px;
  height: 116px;

}

#randomLContainer {
  position: absolute;
  top: 315px;   
  left: 297px; 
  width: 115px;
  height: 116px;

}


#randomKContainer {
  position: absolute;
  top: 315px;  
  left: 434px; 
  width: 115px;
  height: 116px;

}

#randomFunContainer {
  position: absolute;
  top: 459px;   
  left: 577px; 
  width: 115px;
  height: 116px;

}


body {
  background-color: black;
  padding: 50px;
}

div[id^="random"] {
  padding: 29px;
  background-color: #111;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Make SVGs shrink slightly inside their padded boxes */
div[id^="random"] svg {
  max-width: 80%;
  max-height: 90%;
  display: block;
}