.one{
    background-color:#006BA6;
    background-color: rgba(0, 107, 166, 0.6);
    border-radius:10px;
}

.two{
    background-color:#0496FF;
   background-color: rgba(4, 150, 255, 0.6);
   border-radius:10px;
}

.three{
    background:#FFBC42;
    background: rgba(255, 188, 66, 0.6);
    border-radius:10px;
}

.four{
    background-color:#D81159;
    background-color: rgba(216, 17, 89, 0.6);
    border-radius:10px;
}

.five{
    background:#8F2D56;
    background: rgba(143, 45, 86, 0.6);
    border-radius:10px;
}