File size: 309 Bytes
856f79d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* style.css */
.title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4a7c59; /* You can change the color */
    margin-bottom: 10px;
}

.description {
    text-align: center;
    font-size: 16px;
    color: #333333; /* You can change the color */
    margin-bottom: 20px;
}