@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	/*background: linear-gradient(
              steelblue,
              rgba(0,0,0,.8)
		          );*/
	min-height: 100vh;
}

h1,h2,h3,h4,h5,h6,p,li{
	font-family: 'Roboto', sans-serif;
}
