body {
  font-family: Lato, sans-serif;
  max-width: 750px;
  margin: auto;
  background-color: #faf9f6;
}

h1 {
  text-align: center;
  font-weight: 700;
}

#dropdown {
  text-align: center;

  & option {
    font-family: Lato, sans-serif;
  }
}

button {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
  }
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
}

#visualization.chart {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px;
}
