/* Масштабирование при уменьшении */
@media (max-width: 1919px) {
  body {
    transform: scale(calc(100vw / 1920));
  }
}