body { 
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  
  /*background-image: url("bgBlurred.jpg");*/
  /*background-size: cover; */
  /*background-repeat: no-repeat;*/
  /*background-position: center top;*/
  /*background-attachment: fixed;*/
  
  font-family: 'Arial', sans-serif;
  font-style: oblique;
  color: #999999;
}


.grid-container-mv{
  width: 80%;
  max-width: 400px;
  
}

th, td {
    border-left:solid 1px;
    border-top:solid 1px;
    border-color: hsla(0,0%,100%,0.3);
 }

 table {
   width: 80%;
   max-width: 1000px;
}