<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	line-height: 1.1;
	font-size: 1.2rem;
	color: #222
}

a {
	text-decoration: none;
	color: #333;
}

code {
	font-size: 1.4rem;
}

.header {
	width: 100%;
	height: 100%; 
	background: radial-gradient(circle at 50% center, #dee294 0%, #b7bd32 70%);
	text-align: center;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle
}

.table-cell h1 {
	font-weight: 500;
	font-size: 3.8rem
}

.table-cell p {
	color: #222;
	font-size: 1.5rem
}

.details h1 {
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	padding-top: 2.5rem
}

.details a {
	text-decoration: underline;
}

.details {
	width: 1450px;
	margin: 0 auto;
}

.row {
	width: 1450px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.circle {
	width: 150px;
	height: 150px;
	color: #eee;
	border-radius: 50%;
	line-height: 150px;
	text-align: center;
	font-size: 2rem;
	margin: 12rem 2.5rem
}

.concise {
	background-color: #FF4351;
}
.convenient {
	background-color: #7C73E9;
}
.rapid {
	background-color: #FEAE1B;
}
.light {
	background-color: #1B9AF7;
}

.doc h2 {
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: 500
}
.doc p {
	font-size: 1.5rem;
	margin-top: 2rem
}</pre></body></html>