* {
	touch-action: manipulation;
}

h1 {
	font-family: sans-serif;
}

p {
	font-family: sans-serif;
}

img {
	width: 80%;
}

.row {
	width:100%;
	display: flex;
	justify-content: center;
}

.container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  font-size: 6vw;
}

.minus {
	position: absolute;
	top: 50%;
	left: -27.5%;
	transform: translate(0%, -50%);
	width: 35%;
	height: 40%;
	font-size: 4vw;
}

.plus {
	position: absolute;
	top: 50%;
	left: 92.5%;
	transform: translate(0%, -50%);
	width: 35%;
	height: 40%;
	font-size: 4vw;
}

.display {
    text-align: center;
    width: 100%;
}

.tracker {
	width: 30%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.label {
	font-size: 3vw;
	font-weight: bold;
}