body {
  background-image: url('testbacknew3.png');
  background-size: 1200px 1200px;
  background-repeat:  no-repeat;
  height: 100%;
  /* background-attachment: fixed; */
  /* background-image: url('testbacknew.png');
  background-size: 90% 90%;
  background-repeat:repeat; */
  /* height: 95vh; */

  /* background-size: 100% 100%; */
}


input {
  width: 200px;
}
.goToAR{width: 50%;}
.goToShop{width: 40%;
margin-bottom: 10px;}

svg {
  fill:#FFFFFF;
	font-family:'SOcode.ttf';
	font-size:101.5674px;
}

/* #loader {

  width: 70px;
  height: 70px;
  margin: 55% auto;
  border: 16px solid black;
  border-radius: 50%;
  border-top: 16px solid white;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 7s linear infinite;
  content:url("testkrug.png");
  background: white;
} */


/* #mainImage{
  max-width: 10%;
}

@media only screen
  and (min-device-width: 136px)
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #mainImage{
      max-width: 70%;
    }
}

@media only screen
  and (min-device-width: 50px)
  and (max-device-width: 100px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #mainImage{
      max-width: 100%;
    }
} */
/* @media only screen and (min-width : 320px) and (max-width : 480px) {
background: url('background.png') repeat center center fixed;
}
