You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
327 B
23 lines
327 B
.content {
|
|
padding: 40px 20px;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.content h1 {
|
|
text-align: center;
|
|
color: rgb(49, 61, 231);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.content h2 {
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
color: rgb(49, 61, 231);
|
|
}
|
|
|
|
.content p {
|
|
line-height: 1.6;
|
|
margin: 15px 0;
|
|
text-align: center;
|
|
}
|
|
|