353f348
cb12976
353f348
cb12976 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.main-title {
font-size: 3em;
font-weight: bold;
margin-top: 20px;
text-align: center;
color: #007bff;
}
.sub-header {
font-size: 1.5em;
margin: 20px 0;
text-align: center;
color: #333;
}
|