h1{
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 1.375em;
	}
main{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	}
.card{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 75%;
	max-width: 364px;
	padding: 24px;
	background: var(--white);
	color: #000;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);
	}
p:last-of-type{
	margin-top: 0;
	margin-bottom: 0;
}