.p2{
    color: greenyellow;
    font-family: expand;
    text-align: center;
    height: 15vh;
    background: black;
    font-size: 4vw;
    vertical-align: middle;
    line-height: 15vh;
    transition: 1s;
}



.container-diet{
  width: 100vw;
  height: 50vw;
    top: 15vh;
    position: absolute;
    cursor: url(.//Svgs/curs_main-2.svg) 16 16, auto;
}
.cell{
  height: 15vw;
  width: 30vw;
  position: absolute;
  cursor: none;
  
}

.cell-1, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7{
  filter: blur(5px)grayscale(100);
}

.cell-1:hover, .cell-2:hover, .cell-3:hover,.cell-4:hover,.cell-5:hover,.cell-6:hover,.cell-7:hover{
  filter: blur(0px);
  filter: grayscale(100);
  animation: paused;
  z-index: 999;
}

.cell-1{
  left: 10vw;
  top: 10vw;
  position: relative;
  background-image: url(./Images/Food/Bieber_01.jpeg);
  background-size: cover;
  animation-name: cell1move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  
}


@keyframes cell1move{
  0%   {left:10vw;top:10vw;}
  50%  { left:13vw; top:13vw;}
  100% { left:10vw;top:10vw;}
}





.cell-2{
  left: 30vw;
  top: 2vw;
  position: absolute;

  background-image: url(.//Images/Food/Bush_04.jpeg);
  background-size: cover;
  animation-name: cell2move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes cell2move{
  0%   {left:30vw;top:2vw;}
  50%  { left:35vw; top:1vw;}
  100% { left:30vw;top:2vw;}
}


.cell-3{
  left: 37vw;
  top: 20vw;
  position: absolute;

  background-image: url(./Images/Food/Cruz_01.jpeg);
  background-size: cover;
  animation-name: cell3move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes cell3move{
  0%   {left:37vw;top:20vw;}
  50%  { left:40vw; top:19vw}
  100% {left:37vw;top:20vw;}
}

.cell-4{
  left: 55vw;
  top: 16vw;
  position: absolute;

  background-image: url(./Images/Food/Obama_02.jpeg);
  background-size: cover;
  animation-name: cell4move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes cell4move{
  0%   {left:55vw;top:16vw;}
  50%  { left:58vw; top:17vw;}
  100% {left:55vw;top:16vw;}
}


.cell-5{
  left: 40vw;
  top: 35vw;
  position: absolute;

  background-image: url(.//Images/Food/Queen_01.jpeg);
  background-size: cover;
  animation-name: cell5move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes cell5move{
  0%   {left:40vw;top:35vw;}
  50%  { left:38vw; top:40vw}
  100% {left:40vw;top:35vw;}
}

.cell-6{
  left: 15vw;
  top: 29vw;
  position: absolute;

  background-image: url(.//Images/Food/Trump_02.jpeg);
  background-size: cover;
  animation-name: cell6move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes cell6move{
  0%   {left:15vw;top:29vw}
  50%  { left:18vw; top: 26vw;}
  100% {left:15vw;top:29vw}
}
.cell-7{
  left: 50vw;
  top: 30vw;
  position: absolute;

  background-image: url(.//Images/Food/Zuck_01.png);
  background-size: cover;
  animation-name: cell7move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes cell7move{
  0%   {left:50vw;top:30vw;}
  50%  { left:52vw; top:32vw;}
  100% {left:50vw;top:30vw;}
}

.curs-diet{
  width: 26vw;
    height: 13vw;
    background-color: greenyellow;
    text-align: center;
    padding:10px ;
    font-size: 2vw;
    font-family:extend;
    color: black;
    display: none; 
   text-align: center;
   vertical-align: middle;
   line-height: 2vw;
   padding-top: 20px;
}
.show-curs{
  display: block;
  }