@import url('//fonts.googleapis.com/css2?family=Roboto&display=swap');
body, select, input, option, textarea, h1, h2, h3, h4, p {
	font-family: 'Roboto', sans-serif;
}
option {
	font-size: .9em;
}
.btn-failure {
	background-color: #F00;
	color: #fff;
	margin-left:1em;
}
#brand {
	color: white;
	font-size:1.5em;
}

.top-buffer { 
	margin-top:20px; 
}
































