body {
  font-family: Helvetica, Sans-Serif, Arial;
}
.logo-block {
  max-width: 1165px;
  text-align: left;
}
.soon {
  font-size: 30px;
  color: rgb(100 177 100);
}
.center-left-to-right {
  text-align:center;
  margin: auto;
}
.center-top-to-bottom {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}
.inner {
  max-width: 1165px;
  height: 100%;
}
.left-stuff {
  float: left;
  padding-left: 40px;
  font-weight: 800;
  letter-spacing: 5px;
}
.right-stuff {
  float: right;
  width: 50%;
  padding-right: 40px;
}
.hero-block {
  max-width: 1165px;
  height: 563px;
}
.yellow-block {
  background-color: rgb(255 222 89);
  background-image: url("img/bg-yellow.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 405px;
  font-size: 20px;
  border: 0px solid green;
}
.sam-header {
  color: rgb(89 88 93);
  font-size: 50px;
  text-align: center;
  letter-spacing: 7px;
}
.sam-jam {
  font-size: 42px;
  letter-spacing: -1px;
}
.green-block {
  background-color: rgb(141 194 51);
  background-image: url("img/bg-green.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 405px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}
.benefits-header {
  color: rgb(87 88 89);
  font-size: 50px;
}
.blue-block {
  background-color: rgb(147 194 229);
  background-image: url("img/bg-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 405px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
.contact-header {
  color: white;
  font-size: 48px;
}
.emph {
    font-size: 40;
    font-weight: 550;
}
.demo {
  background-color: rgb(237 90 98);
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0px;
  margin: 20px;
  border: 0px solid black;
  border-radius: 20px;
}
.lower-block {
  color: white;
  background-color: rgb(0, 63, 102);
  padding: 50px;
}
