
.window h3 {
  text-align: center;
  margin: 10px;
}

#win_about {
  width: 400px;
  height: 300px;
}

#simulationContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-width: 800px;
  width: 800px;
}

.detectorContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#emmiter {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -10px;
  border: 2pt black solid;
}

.detector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.detector:nth-of-type(1) {
  margin-right: 70px;
}

.detector:nth-of-type(3) {
  margin-left: 70px;
}

#explanationContainer p {
  font-size: 16pt;
  text-align: center;
}

/*# sourceMappingURL=merminPentagrams.css.map */
