* {
  box-sizing: border-box;
}

.red-bg {
  background-color: rgba(64, 0, 0, 0.526);
  padding: 100px 100px;
  margin-left: 16px;
}
