@font-face {
    font-family: Blippo;
    src: url('/BionicTypeRegular.woff2');
    src: url('/BionicTypeRegular.woff2') format('woff2');
  
}
img {
  max-width: 100%;
  height: auto;
  
}



 body {
  background-image: url('/MenuBase.png'), url('/BackLighting.png'), url('/Stars.png');
  
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, auto;
  color: white;
  font-family: Blippo;
  border: 8px solid black;
   display: flex;
   
 }
 
 .container {
   height: 200px;
   width: 200px;
   background-color: red;
  
   flex-direction: row;
   justify-content: center;
   align-items: flex-start;
   gap: 1em;
 }