
.row-1 , .row-3{
    background-color: aquamarine;
}
.row-2 , .row-4{
    background-color:lightseagreen;
}
#color-1{
    color: blue;
}
#color-2{
    color:red;
}
#color-3{
    color: blue;
}
#color-4{
    color:red;
}
.b-color-1{
    padding-left: 10px;
    padding-right: 10px;
    background-color: palevioletred;
}
.b-color-2{
    padding-left: 1px;
    padding-right: 1px;
    background-color: rgb(160, 37, 201);
}
.list-1{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    list-style: none;
}
.list-2{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    list-style: none;
}
.list-3{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    list-style: none;
}
.list-4{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    list-style: none;
}
