table,th,td{
    border: solid black 2px;
    padding: 15px;
    margin: 15px;
}

table{
    background-color: black;
}

.one{
    background-color: aqua;
}

.two{
    background-color: yellow;
}

.three{
    background-color: blueviolet;
}

.four{
    background-color: chocolate;
}

.five{
    background-color: crimson;
}

.six{
    background-color: tomato;
}

.seven{
    background-color: rgb(0, 93, 139);
}

.eight{
    background-color: darkseagreen;
}

.nine{
    background-color: orangered;
}

.ten{
    background-color: brown;
}

.tables{
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}