.app-stores {
  display: flex;
  justify-content: space-around;
}[dir] .app-stores {
  margin-top: 30px;
}

.qr-code {
  display: flex;
  justify-content: space-around;
}

[dir] .qr-code {
  margin-top: 30px;
}
.qr-code img {
  width: 240px;
}

.side_buttons {
  display: none;
}

#main_header {
  display: none;
}