body {
  margin: 0;
  overflow: hidden;
}
.tick text {
  font-size: 24px;
  font-family: sans-serif;
  /* text-anchor: middle; */
}

.y-label text {
  font-size: 32px;
  font-family: "Times New Roman";
}

.x-label text {
  font-size: 32px;
  font-family: "Times New Roman";
}

circle:hover {
  fill: yellow;
  opacity: 0.8;
  stroke: #333;
  z: 100;
  stroke-width: 2px;
}

select {
  font-family: sans-serif;
  font-size: 20px;
}

.menu-container {
  font-family: "Times New Roman";
  font-size: 20px;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  padding: 1rem;
  height: 64px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.name {
  font-family: "Times New Roman";
  font-size: 42px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  font-family: "Times New Roman";
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}
