.header {
	border-bottom: 1px solid #000;
}

.logo img {
	width: 100%;
	height:auto;
}

.headline {
	font-family: 'Handlee' !important;
	width:100%;
	text-align: center;
}

.img-container {
	position: relative;
	padding-top: 100%;
}

.img-container-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display:flex;
	align-items: center;
}

.img-container-inner img {
	width: 100%;
}

.text-container{
	border: 1px solid #000;
	justify-content: center;
	align-items:center;
	display:flex;
	flex-direction: column;
	padding: 30px !important;
}

.text-container a {
	font-family: 'Handlee' !important;
	text-decoration: none;
}

.text-container a:hover {
	text-decoration: none;
}

.blue {
	background-color: #ddedfa;
	border: 1px solid #000;
}

.pink {
	background-color: #f9ddfa;
	border: 1px solid #000;
}