2022-07-30 00:19:30 +02:00
|
|
|
main{
|
|
|
|
max-width: 90%;
|
|
|
|
width: 1800px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2022-08-15 01:10:34 +02:00
|
|
|
|
|
|
|
h2{
|
|
|
|
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin-bottom: 2em;
|
2022-08-23 17:18:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h3{
|
|
|
|
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
|
|
|
|
text-transform: uppercase;
|
2022-08-15 01:10:34 +02:00
|
|
|
}
|