<style>
/* Navbar */

.navbar-brand {

}
div.scrollmenu {
  margin-right: 0px;
  background-color: white;
  overflow: auto;
  white-space: nowrap;
}
/* scrollbar */
/* width */
::-webkit-scrollbar {
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px lightgrey;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #17DBD4;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #17B4CF;
}
/* end scrollbar */

div.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-family: 'IBM Plex Sans', sans-serif;
}
/* endnavbar */

/* body */
body {
  margin: 0;
  font-family: 'Alfa Slab One', cursive;
}

.container-fluid {
  background-color: #cccccc;
  width:1900;
  height: 705px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
/* multiplication */
.multi {
  color: white;
  text-align: center;
  font-size: 50px;
  margin-top: 400px;
}
/* end multiplication */

/* buttons */
/* button1 */
.button1 {
  position: absolute;
  margin-top: 150px;
  margin-left: 300px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: white;
  color: #17DBD4;
  font-size: 24px;
  padding: 10px 150px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
}
.button1:hover {
  background-color: lightgrey;
  color: white;
  text-decoration: none;
}
/* button2 */
.button2 {
  position: absolute;
  margin-top: 150px;
  margin-left: 350px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: white;
  color: #17DBD4;
  font-size: 24px;
  padding: 10px 150px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
}
.button2:hover {
  background-color: lightgrey;
  color: white;
  text-decoration: none;
}
/* end buttons */
</style>
