html, body {
	height: 100%;
}

body {
	margin: 0;
}

.ct-unsuported-browser {
	text-align: center;
	margin: auto;
	padding-top: 20%;
	max-width: 650px;
	color: #2c3e50;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	box-sizing: border-box;
}

.ct-unsuported-browser svg {
	fill: #2c3e50;
}

.ct-unsuported-browser h2 {
	margin: 20px 0;
}

.ct-unsuported-browser p {
	line-height: 1.6;
}

.ct-unsuported-browser p a {
	color: #2872fa;
	text-decoration: none;
}