@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
*, *:after, *:before {
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	background-color: #f5f5f5;
	margin:0;
	padding:.5rem;
	font-weight:400;
	color: #393939;
	font-size:16px;
}
p{font-family: 'Roboto', sans-serif;}
img {
	max-width: 100%;
	display: block;
}
.card {
	margin:   auto;
	display: flex;
	flex-direction: column;
	width: calc(100% - 4rem);
	max-width: 425px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 2rem;
	text-align: center;
}
.card-image {
	border-radius: 8px;
	position: relative;
}
.card-image img{margin:0 auto;     width: 100%;
    max-width: 131px;}
.card-heading {
	position: absolute;
	left: 10%;
	top: 15%;
	right: 10%;
	font-size: 1.75rem;
	font-weight: 700;
	color: #383a3c;
}
.card-form {
	padding: .5rem 0 0;
}