.inputFields {
    font-style: italic;
    font-weight: bold;
  }
  .heart-shape{
    position: relative;
    width: 50px;
    height: 50px;
    left: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgba(231,67,67, 1);
  }
  .heart-shape:before,
  .heart-shape:after{
    position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(231,67,67, 1);
  }
  .heart-shape:before{
    bottom: 0px;
    left: -25px;
  }
  .heart-shape:after{
    top: -25px;
    right: 0px;
  }
  .section-0 {
    display:none;
  }
  .section-1 {
    width: 40px;
    height: 75px;
    position: relative;
  }
  .section-2 {
    width: 100vw;
    background-color: #70a1e1;
  }
  .section-3 {
    position: absolute;
    width: 100vw;
    background-color: #fff0d9;
  }