*{
	box-sizing: border-box;
}
body{
	margin: 0;	
	font-family: monospace;
	color: #333;
	font-size: calc( 8px + 0.75vw );
}
button{
	font-family: monospace;
}
a{
	color: inherit;
}
img{
	max-width: 100%;
}
.container{
	position: relative;
	padding-top: 3rem;
	height: 100vh;
}
@font-face {
	font-family: 'stopregular';
	src: url('stop-webfont.woff2') format('woff2'),
			url('stop-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}