*{
    margin: 0;
    padding: 0;
}

body{
    width: 100vw;
    height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
    'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.App {
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: #ffb366;
}

.fullLength{
    width: 100%;
}

#titleHolder{
    text-align: center;
    color:#5f370f
}

#inputHolder{
    height: 20%;
}

.inpButton{
    width: 80%;
    height: 25%;
    background-color: #5f370f;
    color: white;
    font-size: calc(16px + 2vmin);
    border-radius: 0%;
    border: 2px solid black;
    font-weight: 700;
}

#inp{
    width: 80%;
    height: 70%;
}

.cardDiv {
    overflow: visible;
    padding: 5px;
    height: 22vw;
    width: 22vw;
    border: 0px solid #000000;
    background-color: white;
  }

.cardImageHolder {
    width: 90%;
    height: 60%;
    margin: auto;
    margin-top: 5%;
    border: 1px solid black;
    position: static;
    border-radius: 3%;
    overflow: hidden;
    box-shadow: 2.83px 2.83px 2px rgba(27, 25, 25, 0.45);
    cursor: zoom-out;
    align-self: start;
  }

  .productImage {
    overflow: hidden;
  }
  .productInfoHolder {
    margin-top: 0%;
    height: 25%;
    width: 91%;
    margin-left: 5%;
    overflow: visible;
    align-self: center;
    color: #5f370f;
  }
  .productInfoTitle {
    overflow: hidden;
  }
  
  #suggestHolder{
    height:50%;
    margin: auto;
    margin-top: 2%;
    width: 80%;
    display: inline-block;
  }

  .lin{
    display: inline-block;
    overflow:hidden;
    margin: 2%;
  }

  #img1, #img2,#img3{
    height: 100%;
    width: 100%;
  }