
@import "/includes/js/bootstrap5/css/bootstrap.min.css";
@import "/includes/fonts/pt-sans/styles.css";

body {
	text-align: center;
	margin: 0 auto;
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
}

.container {
	max-width: 1120px;
}

img {
	max-height:200px;
	margin-bottom:2rem;
}

