body{
  font-family: 'Press Start 2P', cursive;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 14px;
}

h4{
  font-size: 18px;
}

p{
  font-size: 12px;
}

.titlecenter{
  text-align: center;
}

.resumeclicker{
  height: 350px;
  width: 350px;
  padding: 20px;
}

.clickerIcon{
  float: right;
  height: auto;
  width: 256px;
}

.upgradeBar{
  margin-top: 20px;
}
.upgradeBar p{
  color: #C23321;
}

.shredderSolutions{
  border-right: 10px solid;
}

.purchasableShredder{
  margin: 10px;
  padding: 5px;
  border-radius: 10px;
  border: 2px solid #00b9ff;
  box-shadow: 0px 5px 4px #888888;
}

.purchasableDividerLeft{
  float: left;
}

.purchasableDividerRight{
  float: right;
}

.shredderUpgrade{
  padding: 5px;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #00b9ff;
  box-shadow: 0px 5px 4px #888888;
}
