@import "../../common/styles/var.css";
.side{
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--bgBlue);
}
