h2 {
  color: #FFFFFF;
}

.fiftyfifty {
  position: relative;
  /*width: 600px;*/
  height: 300px;
  overflow: hidden;
  border: none;
}

.left {
  left: 0;
  background: #c00721;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.right {
  right: 0;
  background: #fefbd2;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  text-align: right;
}

.left, .right {
  position: absolute;
  width: 50%;
  height: 100%;
}

body {
  font-family: Lato;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #c00721;
}

