
body {
  position: relative;
//  background-color: #c7b39b; 
  background-color: #000000; 
  overflow: hidden;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Img/scale_2400.jpeg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: -1;

//  animation: zoomBackground 2s forwards linear; /* 20s - время одного цикла анимации */
//  animation: zoomBackground 3s forwards ease-out; /* 20s - время одного цикла анимации */

}
























