<meta name="GENERATOR" content="JustSystems Homepage Builder Version 22.0.5.0 for Windows">
.fixed-menu {
  position: fixed;
  bottom: 0; left: 0; width: 100%;
  background: #ffffff;
  border-top: 2px solid #f4b7cd;
  display: flex; justify-content: space-around;
  padding: 12px 0; z-index: 9999;
}
.fixed-menu a {
  text-align: center; font-size: 14px;
  color: #c2185b; font-weight: bold;
  text-decoration: none;
}
.fixed-menu span { display: block; font-size: 11px; }

#slideMenu {
  position: fixed; top:0; right:-100%; width:80%; height:100%;
  background: linear-gradient(135deg,#f8bcd0,#fce4ec);
  padding:20px; overflow-y:auto; transition:0.4s; z-index:10000;
}
#slideMenu.open { right:0; }
#slideMenu nav a {
  display:block; background:#fff; margin:6px 0; padding:12px;
  border-radius:8px; text-decoration:none; color:#c2185b;
}
.closeBtn { position:absolute; top:10px; right:15px; cursor:pointer; font-size:1.5em; color:#c2185b; }
body { padding-bottom: 110px; }