body{
    display:flex;
    flex-direction:row;   
    flex-wrap:nowrap;
}
.kebab { 
    flex-basis:50%;
    display:flex;
    flex-direction:column;
    
}
.Elektronikk{
    
    display:flex;
    flex-direction:column;
    flex-basis:50%;
   
}
.Elektronikk button {
    width:50%;
    flex-basis:50%;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
.Elektronikk button p {
    
    font-size:1vw;
}
.Elektronikk button img {
    flex-basis:75%;
}
.forkleogkebabsaus {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
.Slaveogpisk {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
.Elektronikk button#Pisk{
    flex-basis:50%;
    display:flex;
    flex-direction:column;
    font-size:1.5vw;

}
#Harnett{
   
    display:flex;
    flex-direction:column;
    font-size:1vw;
}
#cashMoney{
    top:5%;
    right:55%;
    position:fixed;
    font-size: 1.5vw;
    color:white;
    background-color:green;
}
#antallKlikk{
    position:absolute;
    top:22vh;
    left:2%;
    font-size:2vw;
    z-index:0;
}
#antallKlikk2{
        position:absolute;
        top:65vh;
        left:2%;
        font-size:2vw;
        z-index:0;
}
#antallKlikk3{
    position:absolute;
    left:2%;
    top:108vh;
    font-size:2vw;
    
}
#antallKlikk4{
    position:absolute;
    left:2%;
    top:150vh;
    font-size:2vw;
    
}
#shopKeeper{
    font-size:3vw;
    width:100%;
}
#shopKeeper2{
    font-size:3vw;
    width:100%;
    
}

#salammalaikum{
    position:absolute;
    left:20%;
    top:-20%;
    background-color:white;
    font-size:3vw;
    animation-name:fredveremeddeg;
    animation-duration:4s;
    animation-iteration-count: infinite;
}
@keyframes fredveremeddeg {
    0%   { top:-20%;}
   
    100% {top:220%;}
  }
  #salammalaikum2{
    position:absolute;
    left:70%;
    top:-20%;
    background-color:white;
    font-size:3vw;
    animation-name:fredveremeddeg2;
    animation-duration:7s;
    animation-iteration-count: infinite;
}
@keyframes fredveremeddeg2 {
    0%   { top:-20%;}
   
    100% {top:220%; transform: rotate(360deg);}
  }


.vs {
    width:100%;
    font-size:2vw;
}
.varer {
    width:37.5%;
    margin-left:5%;
    margin-right:7.5%;
    font-size:2vw;
    
}
h1 {
    font-size:3vw;
}
