.HauptUeberschrift {
  padding-left: 3%;
  color: black;
  font-size: 130%;
  font-family: trebuchet MS, sans-serif;
}

.Hauptmenu-normal-button{
  background-color: #CBE1A0;
  border-style:solid;
  border-radius: 30px;
  font-size: 100%;
  font-family: trebuchet MS, sans-serif;
  text-align: left;
  color: black;
  width: 85%;
  min-height: 30px;
  height: 150%;
  margin-top: 8px;
  margin-left: 15%;
  padding-left: 10px;
}

.Hauptmenu-choose-button{
  font-size:120%;
  font-weight:bolder;
  font-family: trebuchet MS, sans-serif;
  background-color: WHITE;
  border-color: gray;
  border-radius: 20px;
  border-style:solid;
  border-width: 2px;
  text-align: left;
  color: black;
  width: 85%;
  min-height: 30px;
  margin-top: 8px;
  margin-left: 15%;
  padding-left: 10px;
}
