@font-face {
  font-family: "TimesNewArial";
  src: url("../fonts/TimesNewArialVF.woff2");
  font-variation-settings: "srff" 100, "ital" 0, "wght" 70;
}
@font-face {
  font-family: "RadioGrotesk";
  src: url("../fonts/PPRadioGrotesk-Regular.woff");
  font-variation-settings: "srff" 100, "ital" 0, "wght" 70;
}


html,
body {
  /* background-image: url(../img/iPhone.png);
  background-size: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; */
  overflow: hidden;
  z-index: 1;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
label {
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}




.iphone{
  position: relative;
  width: 50vmin;
  margin: 0 auto;
  animatio: tilt-n-move-shaking 0.1s linear infinite;

}

.iphone img {
  width: 100%;
}

#time {
  font-size: 16px;
  font-family: RadioGrotesk;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  color: white;
  top: 17.2vmin;
  left: 23vmin;
}

.app{
  position: absolute;
  display: inline-block;
  width: 7.5vmin;
  cursor: pointer;
  text-align: center;
}

.app img{
  height: initial;
  width: 100%;
}

.apptext{
  font-family: RadioGrotesk;
  font-size: 14px;
  color: white;
  display: inline-block;
  margin: 0;
}


#Gatorade{
  top: 21vmin;
  left: 6vmin;
}

#Rockstar {
  top: 21vmin;
  left: 16vmin;
}

#Adobe {
  top: 21vmin;
  left: 26vmin;
}

#Pinterest {
  top: 21vmin;
  left: 36vmin;
}

#Honda {
  top: 33vmin;
  left: 6vmin;
}

#IC {
  top: 33vmin;
  left: 16vmin;
}

#Disney{
  top: 33vmin;
  left: 26vmin;
}

#Explorer {
  top: 33vmin;
  left: 36vmin;
}


#Seat {
  top: 45vmin;
  left: 6vmin;
}


#IBM {
  top: 45vmin;
  left: 16vmin;
}

#Google {
  top: 45vmin;
  left: 26vmin;
}

#Netflix {
  top: 45vmin;
  left: 36vmin;
}

#Instagram {
  top: 57vmin;
  left: 6vmin;
}

#Mail {
  top: 57vmin;
  left: 16vmin;
}

#Paypal {
  top: 57vmin;
  left: 26vmin;
}

#Wetter {
  top: 57vmin;
  left: 36vmin;
}


#Music {
  top: 70vmin;
  left: 15vmin;
}

#Spotify {
  top: 70vmin;
  left: 28vmin;
}



footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: RadioGrotesk;
  color: #000000;
}
