button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block; 
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  
    background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  border-radius: 12px; 
}
.button8 {
  padding: 20px;
	font-size: 16px;
}

button:hover {
  background-color: #008CBA;
  color: white;
}

.btn-group .button5 {
  background-color: grey;
  border: 1px solid blue;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  float: left;
  width: 12em;
  height: 6em;
}

.btn-group .button5:not(:last-child) {
  border-right: none; /* Prevent double borders */
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-group .button5:hover {
  background-color: #008CBA;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.btn-group .button6 {
  background-color: white;
  border: 1px solid blue;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  float: left;
  width: 10em;
  height: 9em;
}
.button6_spH {
  background-color: white;
  border: 1px solid blue;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  float: left;
  width: 10em;
  height: 6em;
}
.btn-group .button6:not(:last-child) {
  border-right: none; /* Prevent double borders */
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-group .button6:hover {
  background-color: #008CBA;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-group .button7 {
  background-color: #4CAF50; /* Green */
  border: 1px solid green;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 150px;
  display: block;
}

.btn-group .button7:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}

.btn-group .button7:hover {
  background-color: #3e8e41;
}

.btn-group .button9 {
  background-color: white;
  border: 1px solid blue;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  float: left;
  width: 10em;
  height: 10em;
}

.btn-group .button9:not(:last-child) {
  border-right: none; /* Prevent double borders */
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-group .button9:hover {
  background-color: #008CBA;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}