17 lines
343 B
CSS
17 lines
343 B
CSS
main{
|
|
max-width: 90%;
|
|
width: 1800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
h2{
|
|
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
|
|
text-transform: uppercase;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
h3{
|
|
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
|
|
text-transform: uppercase;
|
|
} |