body {
  margin: 0px;
  background-color: #f3f2f5;
}

text {
  font-family: sans-serif;
  font-size: 4em;
}

.tick text {
  font-size: 2em;
  fill: #635f5d;
}

.tick line {
  stroke: #c0c0bb;
}

.axis-label {
  font-size: 3em;
  fill: #8e8883;
}

#MAIN {
  text-align: center;
}

#menus {
  font-size: 1.8em;
  text-align: center;
  
}

#menus select {
  font-size: 1.8rem;
  background-color: #fafafa;
}

#menus select option {
  font-size: 1.2rem;
}
