@charset "utf-8";
/* CSS Document */

body, html { color: rgb(13,13,13); background: rgb(250,250,250); font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
	::-moz-selection { background: rgb(214,214,214); color: rgb(13,13,13); }	
	::selection { background: rgb(214,214,214); color: rgb(13,13,13); }

h1 { font-family: 'Great Vibes', script; font-size: 3.8rem!important; font-weight: 400!important; }
.btn-info { background: rgb(13,0,244); color: rgb(250,250,250); }

.bg-primary,.btn-primary { background: rgb(72,72,72)!important; border: none; color: rgb(250,250,250)}