body {
  background-color: rgb(32, 32, 32);
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
}
input {
  color: black;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 32px;
}
figcaption {
  text-align: center;
}
figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 96;
}
#searchdiv {
  margin-left: 30px;
  margin-top: -70px;
  position: fixed;
}
#Factorys {
  margin-top: 80px;
}
.Factory {
  padding-bottom: 1px;
  border: 1px black solid;
  border-radius: 15px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
}
.Factory:nth-child(even) {
  background-color: rgb(96, 96, 96);
}
.Factory:nth-child(odd) {
  background-color: rgb(64, 64, 64);
}
.FactoryName {
  text-align: center;
  font-size: 64px;
  font-weight: 500;
}
.Production {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  border: 1px solid;
  margin-bottom: 50px;
}
.ProductionsName {
  text-align: center;
  border-bottom: 1px solid;
  font-size: 32px;
  font-weight: 500;
}
.InputOutput,
.Input,
.Output {
  display: flex;
  align-items: center;
}
.InputItem,
.OutputItem {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
