.body {
  font-family: 'Fredoka One', cursive;
}

.vmachine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  border: 3px solid #ededed;
  border-radius: 10px;
  background-color: darkgreen;
  min-width: 600px;
  min-height: 210px;
  font-family: 'Fredoka One', cursive;
}

.sideways {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 5px;
  line-height: 0;
}

.carta {
  padding: 5px;
}

.stock, .score {
  display: inline;
}

.scorer {
  position:fixed;
  left:50%;
  top: 0;
  transform: translate(-50%, -50%);
  width:160px;
  height:auto;  
  border: 3px solid white;
  border-radius: 20px;
  text-align: left;        
  padding: 10px 20px;
  background-color: darkgreen;
  color: white;
}

.pulloner, .pulloner2,.pulloner3 {
  position:fixed;
  left:50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width:50px;
  height:50px;
  border-radius: 25px;
  background: white;
  text-align: center;
  font-family: 'Fredoka One', cursive;
}

.pulloner2 {
  font-size: 0.6em;
  color: darkgreen;
}

.pulloner3 {
  bottom: 100%;
  left: 62%;
  width: 46px;
  height: 30px;
  border-radius: 14px;
}

.totalscore {
  position:absolute;
  left:101%;
  top:-15px;
  width:50px;
  height:auto;
  min-height: 20px;
  border: 1px solid darkgreen;
  border-radius: 5px;
  background: white;
  text-align: left;
  font-family: 'Fredoka One', cursive;
  padding-left: 20px;
}

.red {
  color: red;
}

.green {
  color: darkgreen;
}
