body{
  /*
  background-image: url(/graphics/dark_brick.png); 
  background-repeat: repeat;
   background-size: 6rem; 
  */

   background-color: #f4d293; 
   background-image: url(/graphics/dark_planks.png);
    background-repeat: repeat;
     background-size: 6rem; 
     image-rendering: pixelated;
   
   background-color: white;
   image-rendering: pixelated;

    color: rgb(97, 97, 97);
    display: flex;
    flex-direction: column;
    margin: 2rem;

    font-family: Arial, Helvetica, sans-serif;
    image-rendering: pixelated;
}


.application-description{
  padding: 0.5rem;
  font-size: 0.6rem;
  background-color: white;
    position: fixed;
    top: 6.1rem;
    left: 0;
    width: 30rem;
    max-width: 80%;
    
    font-family: Arial, Helvetica, sans-serif;
}