
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url('https://sensiseeds.com/blog/wp-content/uploads/2019/12/Cannabaceae-1024x768.jpg');
  background-size: cover;         
  background-position: center;    
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

.container {
  display: flex;
  gap: 20px;
  padding: 10px;

}

.case {
  background-color: white;
  padding: 10px;
  width: 500px;
  height: 100px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-color: black;

}

.case img {
  
width: 125px;
height: 100px
}
