#
LSH
2023-06-25 a3c148cf5b40397af830752a95e1635dca88ea04
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
    background-color: #6CA7A8;
}
 
.title {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
 
}
.bg-orgin {
    color: white;
    background-color: #FF5722;
}