body {
  display: grid;
  grid-template-rows: 100px 100%;
  justify-content: center;
  background-color: #3498db;
  line-height: 32px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.content {
  width: 80vw;
  max-width: 800px;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #ffda79;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #fff;
}

.title {
  font-weight: 800;
  font-size: 28px;
  margin-top: 56px;
  color: #ffda79;
}

.header {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.footer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.footer p {
  font-weight: 800;
  font-size: 24px;
}

.boldText {
  font-weight: 800;
  font-size: 23px;
  margin-top: 48px;
  margin-bottom: 32px;
}

video {
  width: 80vw;
  max-width: 800px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #ffda79;
}

.examples p {
  width: 90%;
  margin-left: 5%;
}

img {
  width: 80vw;
  max-width: 800px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
