@import 'my_root.css';
html,
body {
  padding: 0px;
  margin: 0px;
  font-family: var(--my-font-family);
}
.bottom {
  width: 100%;
  height: 26px;
  text-align: center;
  background: var(--my-bottom-bgcolor);
  border-top: var(--my-bottom-top-border);
}
.bottom span {
  font-size: 14px;
  margin: 3px;
  color: var(--my-bottom-color);
}
.bottom a {
  text-decoration: none;
}
