
@media only screen and (max-width: 1000px) {

  .input{
    height: 100px;
    border: 1px #333 solid;
    font-size: 36px;
    margin: 25px 0 25px 0;
  }
}

.prod{
   background-color: #888;
}

.products:nth-child(odd) .prod{
     background-color: #4d4b4bd4;
}
 .generate {
  margin-top: 150px !important;
}
.remove{
  float: right;
}
