.options {
  align-items: center;
  background-color: var(--white);
  bottom: 0;
  box-shadow: 0 4px 8px var(--black);
  color: var(--blue);
  display: flex;
  font-size: 12px;
  height: 80px;
  justify-content: space-around;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
