body {
  margin: 0px;
}

.plant {
  min-width: 250px;
  min-height: 250px;
  max-width: 250px;
  max-height: 250px;
  background-color: #0b1412;
  overflow: hidden;
  display: flex;
  justify-content: center;

  background-image: url("/web-garden/web-garden-background.png");
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center;
}

.content {
  width: 40%;
  background-color: white;
  margin: 10px;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  font-family: Verdana;
  font-size: 13px;
}

.header {
  font-weight: bold;
  font-size: 12px;
  color: #0a2f0f;
}
