html{

    height: 100%;
     width: 100%;
     margin: 0px;
     
     
}

body{
  height: 100%;
  width: 100%;
  margin: 0px;

}


#back-button{
  grid-row: 5;
  grid-column: 1;
  width: 150px;
  height: auto;
  left: 20px;
  bottom: 20px;
  z-index: 500;
  font-size: 23px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  display: flex;  
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  opacity: 70%;
  




}

 #wrapper {
  width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:10% 15% 15% 20% 15% 15% 10%;;
    grid-template-rows: 20% 20% 20% 20% 20%;



 }
 #figma-img{
    height: 100%;
    object-fit: fill;
    width: 100%;
    grid-row: 1 / 6;
    grid-column: 1 / 8;
    z-index: 300;
  




 }