.common-buttons {
  position: fixed;
  bottom: 30px;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#back,
#up,
#form
 {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.common-buttons img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}
