body {
  background-color: #f2fbfa;
}

div.container {
    max-width: 60em;
    margin: 0 auto;
}
header {
    padding: 1em;
    color: black;
    text-align: center;
}
 footer {
    padding: 1em;
    color: white;
    background-color:  #ff8b94;
    clear: left;
    text-align: center;
}
section {
    padding: 1em;
    overflow: hidden;
}
#Mochi {
    padding: 1em;
    overflow: hidden;
    background-color: #a8e6cf;
}
#History {
    padding: 1em;
    overflow: hidden;
    background-color:   #dcedc1;
}
#Flavors {
    padding: 1em;
    overflow: hidden;
    background-color: #ffd3b6;
}
#DIY {
    padding: 1em;
    overflow: hidden;
    background-color:   #ffb2ae;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #81d8d0;
  width: 60em;

    
}

.bold {
  font-weight: 800;

}

.center {
text-align: center;
}
#color {
  font-weight: 800;
  color: #e4f7f0;
}
#histcolor {
  font-weight: 800;

}
.flav1 {
    display: inline-block;
    width: 20em;
    padding-left: 5em;

}

.space {
  display: inline-block;
  width: 17em;
  font-family: "Didact Gothic";
  font-size: 140%;
  text-align: center;
  padding-left: 3em;
  margin-top: -3em;


}

.space2 {
  display: inline-block;
  width: 17em;
  font-family: "Didact Gothic";
  font-size: 140%;
  text-align: center;
  margin-top: -3em;

}
li {
  display: inline-block; 
  width: 23.9%;
  font-family: "Didact Gothic";
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  width: 100%;
}
li a:hover:not(.active) {
    background-color: #d6eaea;
}
li a.active {
    color: white;
    background-color: #4CAF50;
}
.title {
    text-align: center;
    color: #fff;
    font-family: "Didact Gothic";
    font-weight: 700;
    font-size: 200%;
    letter-spacing: .1em;
}
.par {
    font-family: "Didact Gothic";
    margin: -.5em 4em 2em 5em;
    word-spacing: .1em;
    font-size: 115%
}
.header {  
    max-width: 60em;
    display: block;
    margin: -1em;
    border-image-width: 60em;
}
img {
  max-width: 60em; 
  display: block; 

}
.video {
   margin: auto;
   display: block;
   vertical-align: center;
   padding-left: 12em;
 }
 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: grey;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}