
@font-face {
  font-family: 'Ortica';
  src: url('../fonts/Ortica-Light.otf');
  font-style: normal;
}

body{
  cursor: none;
  overflow: hidden;
}
.paper1, .paper2, .paper3, .paper4, .paper5, .paper6, .paper7, .paper8, .paper9, .paper10, .paper11, .paper12, .paper13, .paper14, .paper15, .paper16, .paper17, .paper18, .paper19{
  position: absolute;
  display: flex;
  justify-content: center;
  height: 75px;
  width: 75px;
  border-radius: 50px;
  top: -5em;
}

.package{
  height: 120px;
  width: 100px;
  display: flex;
  justify-content: center;
  background: red;
}

.logo{
  width: 150px;
  height: 50px;
  background: green;
  position: relative;
  top: 2em;
  text-align: center;
  font-family: 'Ortica';
  color: black;
}

.shopping{
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 0;
  cursor: none;
}

.cart{
  height: 150px;
  width: 150px;
  cursor: none;
  position: absolute;
  bottom: 0;
}

.dropper{
  width: 1300px;
  height: 10px;
  display: flex;
  top: -5em;
  position: absolute;
  left: 6em;
}

.floor{
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
}

.score{
  position: absolute;
  top: 4em;
  right: 1em;
  font-size: 3vw;
  font-family: 'Ortica';
}

.tcont{
  height: 10px;
  width: 100%;
  font-family: 'Ortica';
  font-size: 6vw;
  text-align: center;
}

.tleft{
  padding-top: 0.3em;
  width: 100%;
  font-family: 'Ortica';
  font-size: 6vw;
  text-align: center;
}

.end{
  height: 100%;
  width: 100%;
  background: white;
  background-size: cover;
  position: absolute;
  top: -50em;
  left: 0;
  justify-content: center;
  display: flex;
  transition: .5s all ease;
}

.endmsg{
  padding-top: 0.3em;
  padding-bottom: 1em;
  width: 100%;
  font-family: 'Ortica';
  font-size: 6vw;
  text-align: center;
}

.msgcont{
  width: 500px;
  position: absolute;
  font-family: 'Ortica';
  font-size: 6vw;
  text-align: center;
  color: red;

}
.new{
  font-family: 'Ortica';
  height: 10vh;
  width: 20vw;
  color: black;
  font-size: 3vw;
  outline: none;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px -3px #000000;
  box-shadow: 0px 0px 15px -3px #000000;
  border-radius: 0.5em;
  padding: 10px;
  border: none;
  line-height: 110%;
}

@keyframes fall {
  from {transform: translate(0px);}
  to{transform: translate(0px, 1000px);}
}
