16 lines
No EOL
229 B
CSS
16 lines
No EOL
229 B
CSS
/* Global */
|
|
body{
|
|
/*background-color: #163361;*/
|
|
/*background-color: #538eec;*/
|
|
background-color: #fff;
|
|
font-family: 'Merriweather', serif;
|
|
}
|
|
|
|
h1{
|
|
text-align: center;
|
|
color: #000;
|
|
}
|
|
|
|
h2{
|
|
color: #000
|
|
} |