html, body
{
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color:#11151C;
	color:#fafafa;
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	justify-content: center;	
	background-image:url('nb.png');
}
a {
	text-decoration: none;
	color:#FF1F5E;
	font-weight:bold;
	opacity: 0.8;
}
a:hover {
	color:#E03166;;
	opacity: 1;
}
.logo {
	align-self:flex-start;
	text-align: center;
	font-size:23px;
	letter-spacing: 0.2em;
	color:#fafafa;
	font-weight: 600;	
	text-shadow: #ccc -1px -1px 2px;
	margin-left:2px;
}
.container {
	width:100%;
	max-width: 400px;
}
.subtitle {
	text-align: center;
	font-weight:400;
	margin-top:1vh;
	color:#bbb;

}
.location {
	text-align: center;
	color:#aaa;
	font-size:12px;
	font-weight:400;
	align-self:flex-end;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #D52046;
}
.products {
	padding-top:2vh;
	text-align: center;
	margin-top:4vh;
	width:100%;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	color:#eee;
	line-height: 30px;
	font-size:12px;
	align-self:flex-end;
}