body {
	background: black;
	font-family: "Handlee";
}
.postcard {
	background-color: white;
	width: 450px;
	height: 300px;
	margin: auto;
}
.postcard-header {
	display: flex;
	padding: 10px;
}
.postcard-header img {
	width: 50px;
	height: 50px;
}
.postcard-header h1 {
	width: 85%;
	margin: 0;
}
.postcard-body {
	display: flex;
	padding: 0px 10px;
}
.body-left p:first-child {
	margin-top: 0;
}
.body-left,
.body-right {
	padding: 5px;
}
.body-right {
	margin-top: 3%;
	font-family: "Handlee";
}
input {
	border: none;
	border-bottom: 1px solid grey;
	font-family: "Handlee";
	font-size: 16px;
}
p {
	font-size: 16px;
}
.postcard-footer {
	text-align: center;
}
button {
	background-color: darkgrey;
	font-family: "Handlee";
	padding: 2px;
}
button:hover {
	background-color: grey;
}
button:active {
	background-color: white;
}
