body {
  width: 100%;
  margin: 0;
}

.wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
}

.toolbar {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 10px;
  background-color: rgba(55, 66, 77, 0.25);
  list-style: none;
}

.toolbarItem {
  width: 40px;
  height: 40px;
  margin: 0 4px;
}

.toolbarLink {
  display: block;
  height: 100%;
}

.toolbarImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}