@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

body {
  margin: 0;
  padding: 0;
  background-color: black;
}
.flowics-viz iframe {
  min-height: 99.3vh;
}
.title {
  color: black;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.modal {
  background-color: lightgray;
  position: absolute;
  left: 38%;
  top: 40%;
  border-radius: 5px;
  padding: 10px;
}
.modal {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #2f2f2f;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000d9;
}

.modal-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  padding: 3em 1.5em;
  border-radius: 6px;
  max-width: 400px;
}

.controls .close {
  position: absolute;
  top: 0;
  right: 0.2em;
  transform: rotate(45deg);
  font-size: 4em;
  border: unset;
  background: unset;
  color: lightgrey;
  cursor: pointer;
}

.modal-box p {
  font-size: 1.2em;
}
