1.btn .table {
2  color: #ff0000;
3}
4.btn {
5  height: 33px;
6}
7.table {
8  width: 444px;
9}
10.container {
11  justify-content: center;
12  align-items: center;
13  left: 0px;
14  top: 0px;
15  width: 454px;
16  height: 454px;
17}
18.title {
19  font-size: 30px;
20  text-align: center;
21  width: 200px;
22  height: 100px;
23}
24