.container {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-right: 7%;
	padding-left: 7%;
	margin-top: 80px;
}

.container * {
	max-width: 700px;
}

#logo {
	width: 150px;
	height: auto;
	margin-bottom: 30px;
}

#main-title {
	font-size: xx-large;
}

#privacy-policy {
	font-size: large;
	line-height: 1.5;
}