html, body {
	height: 100%;
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
}

h4 {
	font-family: Lato, sans-serif;
	margin: 0;
}
.align-justify {
	text-align: justify;
}

input {
	border-radius: 8px;
background-color: white;
color: black;
border: 2px solid #555555;
padding: 8px 12px;
font-size: 14px;
}
