.pai{
    padding: 10px;
    border: 1px;
}
#item1{
    background-color: aqua;
    margin-bottom: 15px;
}
#item2{
    background-color: rgb(44, 206, 79);
    margin-bottom: 15px;
}
#item3{
    background-color: rgb(228, 30, 145);
    margin-bottom: 15px;
}
#item4{
    background-color: rgb(43, 63, 63);
    margin-bottom: 15px;
}
#item5{
    background-color:  rgb(99, 26, 182);
    margin-bottom: 0px;
}