9 lines
141 B
CSS
9 lines
141 B
CSS
body
|
|
{
|
|
font-style: normal;
|
|
font-family: 'Montserrat', sans-serif;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
} |