12 lines
181 B
CSS
12 lines
181 B
CSS
@import './header.css';
|
|
@import './footer.css';
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
scroll-behavior: smooth;
|
|
font-size: 1.2em;
|
|
font-family: 'Vollkorn', serif;
|
|
width: 100%;
|
|
}
|