
body {
	display: flex;
	justify-content: center;
	background-color:#85a392;
	flex-direction: column;
	color: #f2cfaa;
	font-family: sans-serif;
	line-height: 1.5;
}

.logo-container {
  	display: flex;
  	justify-content: center;
}

.subtitle {
	display: flex;
	justify-content: center;
	color: #537561;
	font-size: 14px;
}

.logo {
    background-image: url('../logo-transparent.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    width: 300px;
    min-height: 200px;
}

.button {
	border-radius: 5px;
	padding: 12px;
	background-color: #44674f;
}

a {
	font-family: inherit;
	color: white;
	text-decoration: none;
}




