/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap');

body {
	margin: 0;
	padding: 0;
	background-color: hsl(212, 45%, 89%);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.attribution {
	font-size: 11px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.attribution a {
	color: hsl(228, 45%, 44%);
}

.qrComponent {
	width: 270px;
	padding: 13px;
	height: 420px;
	background-color: hsl(0, 0%, 100%);
	border-radius: 18px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	font-family: 'Outfit', sans-serif;
}

.qrComponent img {
	width: 100%;
	border-radius: 18px;
	margin-bottom: 1rem;
}

.qrComponent h1 {
	margin-bottom: 1rem;
	color: hsl(218, 44%, 22%);
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	word-spacing: 2px
}

.qrComponent p {
	font-size: 15px;
	margin-bottom: 2.4rem;
	color: hsl(220, 15%, 55%);
	text-align: center;
}
