@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);
/* reset values */
html,
body,
div,
span,
p,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
b,
u,
i,
center,
ol,
ul,
li,
label,
button,
input,
select,
textarea,
canvas,
footer,
header {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: inherit;
	font: inherit;
}
html {
	font: 16px/1.2 "Source Sans Pro";
	background-color: #f5f5f5;
}
button {
	background: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}

/* root styles */
.app--wrapper--3y-U7 {
	margin: 20px auto;
	max-width: 380px;
}

.app--container--3qlqO {
	border-radius: 4px;
	border: 1px solid #c7c7c7;
	padding: 20px;
	width: 100%;
	background-color: white;
	overflow-wrap: anywhere;
}

.app--logo--2zrq9 {
	display: block;
	width: 100px;
}


/*# sourceMappingURL=main.css.map*/