1.container {
2    width: 454px;
3    height: 454px;
4}
5.head_t {
6    width: 454px;
7    height: 100px;
8    flex-direction: column;
9}
10.head_t_b {
11    width: 300px;
12    text-align: center;
13}
14.list {
15    width: 454px;
16    height: 112px;
17    justify-content: center;
18}
19.listL {
20    margin-top: 28px;
21    font-size: 38px;
22    text-align: center;
23}
24
25.buttonContainerStyle {
26    width: 454px;
27    height: 80px;
28}
29
30.buttonStyle {
31    width: 200px;
32    height: 60px;
33    margin-left: 130px;
34}
35