 /* Footer */
 #footer_container {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-color: #82D6D6;
  z-index: 1;
  /* tetap di bawah #pages */
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
 }

 .footer-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 12px;
 }

 .footer-button i {
  font-size: 30px;
  padding: 10px;
  margin-top: 80px;
 }

 .footer-button span {
  margin-top: -15px;
 }

 .footer-button:hover {
  color: grey;
 }

 .menu-footer {
  color: #fff;
 }

 .menu-aktif,
 .menu-aktif:hover {
  color: #606060;
 }