NDI-2020/css/index.css
2020-12-04 03:44:07 +01:00

14 lines
184 B
CSS

html
{
background-color: #dbdbdbde;
}
body
{
font-style: normal;
font-family: 'Montserrat', sans-serif;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}