@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
body, html {
	height: 100%;
}
h1, h2, h3, p {
	font-family:Montserrat, sans-serif;
}
h1 {
	margin-top: 12px;
	margin-bottom: 24px;
}
.ait-header {
	background: rgb(144, 161, 157);
}
.ait-logo {
	margin-left: 95px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.ait-content {
	margin-top: 20px;
	padding: 25px;
	background: rgba(255, 255, 255, 0.8);
}
