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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Open+Sans:wght@400;700&family=Oswald:wght@700&display=swap');


body {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
}

.content {
	background-color: #fff;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.08), 0 7px 14px 1px rgba(50, 50, 93, 0.1);
    padding: 10px 50px 25px;
	max-width: 800px;
	margin: 0 auto 20px;
}

h3 { font-size: 28px; }

.tac { text-align:center; }
.mb0 { margin-bottom: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }

.footerlinks { color: #999; text-align:center; }
.footerlinks a { color: #999; }
