div.scrollmenu {
  background-color:white;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu button:hover {
  background-color: #ebc37f;
  color:black;
}

.button_inactive{
  background-color: white;
  color:#ebc37f;
  border-radius:10px;
  border:none;
  font-size:14px;
}

.button_active{
  background-color: #ebc37f;
  color:black;
  border-radius:10px;
  border:none;
  font-size:14px;
}