@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
    margin: 0;
	padding: 0;
	
	font-family: 'Roboto Condensed', serif; 
}

div {
	margin: 0;
	padding: 0;
	
	width:50vw;
	
    display: inline-block;
		
	text-align: center;
	
	font-size: 1.0vw;
}

.btn {
	width:80%;
	
	font-size: 1.0vw;
}

a {
	color: inherit;
}