body {
  background-color: #fff;
  font-family: "Helvetica", sans-serif;
}
.header-logo {
  width: 60px;
}
.header-text {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.header-muted-text {
  color: #999;
  font-size: 20px;
  font-weight: 300;
}
.black-container {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0px !important;
  padding: 5px !important;
  border: 5px solid #fff;
}
.white-container {
  background-color: #eee;
  color: #000;
  text-align: center;
  margin: 0px !important;
  padding: 5px !important;
  border: 5px solid #fff;
}
.section-header {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-content {
  font-size: 20px;
  font-weight: 200;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.section-feature {
  font-size: 24px;
  font-weight: 200;
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
}
.section-spec-header {
  font-size: 40px;
  font-weight: 200;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
}
.section-spec-content {
  font-size: 20px;
  font-weight: 200;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
.brand-text-header {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.brand-text-content {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}
.store-image {
    border: 1px solid #999;
    border-radius: 5px;
    width: 40%;
    margin: 5px;
}