@import url('https://fonts.googleapis.com/css?family=Inconsolata:00');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
7
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #252525;
}
.container {
position: absolute;
margin: auto;
top: 0;
left: 0;