
section:nth-child(n+1):nth-child(-n+3) {
    margin: 0 120px 0 240px;
    border-left: 5px solid #ffda94;
}

section:nth-child(n+4):nth-child(-n+7) {
    margin: 0 100px 0 250px;
    border-right: 5px solid #ffda94;
}

section:nth-child(n+8):nth-child(-n+9) {
    margin: 0 120px 0 240px;
    border-left: 5px solid #ffda94;
}

section:nth-child(n+10):nth-child(-n+13) {
    margin: 0 100px 0 250px;
    border-right: 5px solid #ffda94;
}

section:nth-child(n+14):nth-child(-n+17) {
    margin: 0 120px 0 240px;
    border-left: 5px solid #ffda94;
}

section:nth-child(n+18):nth-child(-n+20) {
    margin: 0 100px 0 250px;
    border-right: 5px solid #ffda94;
}

.leaderBox h1 {
    font-size: 125px;
    color: #f8d3dc;
    text-shadow: 8px 8px 0px #448aab;
    /* -webkit-text-stroke: 5px #d49ba9; */
    position: relative;
    left: 200px;
    top: -1600px;
}