.birthdayconfetti {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
}

[class|="confetti"] {
position: absolute;
}

.orange {
    background-color: #f8b88b;
}

.yellow {
    background-color: #faf884 ;
}

.green {
    background-color: #baed91 ;
}

.purple {
    background-color: #f2a2e8 ;
}

.red {
background-color: #fea3aa ;
}

.blue {
background-color: #b2cefe ;
}