html, body {

margin: 0;
padding: 0;

}

body {

background: $black;
color: $white;
font-family: "Fira Sans", sans-serif;
font-size: 16px;

}