@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	background: #f6f6f6;
	color: #1f1f1f;
	display: flex;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size: 16px;
	justify-content: center;
	margin: 0;
	padding-top: 48px;
}

.app {
	background: #fff;
	border: 1px solid #ddd;
	max-width: 420px;
	padding: 20px;
	width: 100%;
}

h1 {
	font-size: 1.4em;
	margin-top: 0;
}

label {
	display: block;
	margin-bottom: 6px;
}

input {
	border: 1px solid #bbb;
	box-sizing: border-box;
	font-size: 1em;
	padding: 10px;
	width: 100%;
}

#country-flag {
	border: 1px solid #ddd;
	margin-top: 14px;
	width: 100%;
}

.card {
	background: #fafafa;
	border: 1px solid #ddd;
	margin-top: 12px;
	padding: 12px;
}