/* TotCapital.md */

body {
	font-family: 'Jost', sans-serif;
}

.logo {
	display: block;
	margin: 1.5rem auto 0 auto;
	width: 200px;
	height: 70px;
	background-image: url(logo.svg);
	background-repeat: no-repeat;
}

.text-center {
	text-align: center;
}

h1 {
	color: #be902d;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.9);
}
