body {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  background-color: #e9e9e9;
}

.calculator-container {
  width: 500px;
  height: 800px;
  background-color: #111d2d;
  margin: 10px auto;
}

.small-container {
  height: 100px;
}

.big-container {
  height: 160px;
}

.bill-amount-container {
  background-color: #058bec;
}

.split-container {
  text-align: center;
}

.service-quality-container {
  text-align: center;
}

.tip-percentage-container {
  text-align: center;
}

.totals-container {
  font-weight: 700;
}

.tip-total-container {
  background-color: #058bec;
  height: 116px;
  padding-top: 20px;
}

.bill-amount {
  display: block;
  margin-left: 50px;
  padding-top: 30px;
  font-weight: 700;
}

input#bill-total {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 4rem;
  width: 250px;
  background-color: #058bec;
  border: none;
  color: #fff;
  outline: 0;
}

input::placeholder {
  color: #fff;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.dollarSign {
  font-size: 4rem;
  display: inline-block;
  margin-left: 100px;
}

.service-quality {
  font-weight: 700;
}

.service-quality {
  font-weight: 700;
}

.service-quality-container i {
  font-size: 6rem;
  margin: 0 35px;
  line-height: 160px;
  cursor: pointer;
}

.service-quality-container i:hover {
  color: #058bec;
}

.split {
  font-size: 1.5rem;
  line-height: 160px;
}

i.fa.fa-users {
  font-size: 2.5rem;
  margin-right: 10px;
}

#split-amount {
  font-size: 2rem;
}

i.fa.fa-plus,
i.fa.fa-minus {
  font-size: 1.5rem;
  margin: 0 10px;
  cursor: pointer;
}

i.fa.fa-plus:hover,
i.fa.fa-minus:hover {
  color: #058bec;
}

i.fa.fa-plus {
  margin-left: 50px;
}

.people {
  font-size: 1.1rem;
}

.tip-container {
  font-size: 1.5rem;
  line-height: 100px;
}

#percentage {
  font-size: 2rem;
}

.total {
  margin-left: 30px;
  padding-bottom: 20px;
}

.tip-per-person {
  font-weight: 700;
}

.tip-total-container span {
  font-size: 1.2rem;
  display: block;
  margin-left: 30px;
}

#total-without-tip,
#total-tip,
#total-with-tip {
  margin-right: 50px;
  float: right;
  font-weight: 400;
}

#total-tip-per-person {
  text-align: center;
  font-size: 4rem;
  position: relative;
  top: 5px;
  font-weight: 400;
}