h2{
  background-color: #f3a3a8;
    background-image: radial-gradient(#f5b2b6 20%, transparent 0), radial-gradient(#f5b2b6 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    color: #590c11;
    padding: 10px;
}

h3{
    color: #dd6a7a;
    padding: 5px 5px 5px 30px;
    position: relative;
}
h3:before{
    background-color: #ef858c;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 5px;
    height: 100%;
}
h3:after{
    background-color: #f3cbd0;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 5px;
    height: 100%;
}
