.bubbles {
    background: url(/static/images/bubbles.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position-y: bottom;
}

.confetti {
    background: url(/static/images/confetti.png);
    width: 52vh;
    height: 45vh;
    position: absolute;
    top: 5vh;
    left: 0px;
    background-size: contain;
    z-index: 10;
}

.confetti.right {
    left: auto;
    right: 0px;

}



.numbered-card {
    height: 100%;
}
.numbered-card h4 {
    margin:20px 0px 10px
}
.numbered-card i {
    font-size: 60px;
    opacity: .8;
    padding: 10px;
}
.numbered-card .number {
    float: right;
}