@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

html {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.5;
	font-size: 18px;
}

body {
	margin: 0;
	background-color: #9ca8bd;
}
.layout {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.content {
	max-width: 1000px;
	padding: 15px 15px;
	background-color: #FDFDFD;
	color: #2e2e2e;
}
li {
	margin-bottom: .5em;
}

@media (min-width: 768px) {
	.content {
		padding: 30px 45px;
		box-shadow: 0 0 5px #0003;
	}
}
