* {
	box-sizing: border-box;
	font-family: sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.blue-strip {
	width: 100%;
	height: 20px;
	background-color: #5bcffa;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

footer {
	bottom: 0;
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

header, footer {
	background-color: #f5abb9;
	height: 60px;
	text-align: center;
	position: fixed;
	width: 100%;
}

header {
	top: 0;
}

header a, footer span {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 8px 0;
	display: block;
}

main {
	max-width: 800px;
	margin: 60px auto;
	padding: 20px;
}

table {
	width: 100%;
}

table, tr, th, td {
	border: 2px solid #F7C0CA;
	padding: 10px;
	border-collapse: collapse;
}

.section {
	background-color: #D6F3FD;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.section:nth-child(2n + 1) {
	background-color: #F7C0CA;
}

.content {
	text-align: justify;
}

.attachments a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
