body {
    background-image: url('https://i.pinimg.com/736x/bf/65/6f/bf656f6e123797c07ae832cccb6da55d.jpg');
    font-family: 'MS Gothic', 'Courier New', monospace;
    font-size: 18px;
    color: #333;
    box-sizing: border-box; 
}

.container {
  background-image: url("/estante.png");
  background-size:  cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  height: 700px;
  position: relative;
}


.wrapper {
  position: relative;
  display: flex;
  gap: 0px;
  justify-content: center;
}

.left {
  color: black;
  padding: 20px;
  height: 90%;
  width: 45%;
  box-sizing: border-box;
  overflow: hidden;
}

.leftwrapper {
  padding: 10px;
  margin: 70px;
  margin-top: 30px;
  height: 100%;
  width: 100%;
  min-width: 200px;
  min-height: 250px;
  overflow: hidden;
}


.right {
  color: black;
  flex: 1;
  margin-top: 100px;
  overflow: auto;
  padding: 10px;
  margin: 5px;
  width: 93%;
  min-width: 100px;
  height: 95%;
  min-height: 600px;
  box-sizing: border-box;
}



