.button {
	background-color: #fff;
	color: #023f85;
}

body {
	background-image: url(/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Retail-Bold;
	padding: 0px;
	margin: 0;
}

.logo {
	width: 30vw;
}

.logoKasten {
	width: 40vw;
	height: 40vw;
	margin: auto;
	background-color: white;
	border-radius: 100vw;
	margin-bottom: 100px;
	margin-top: 100px;
	display: flex;
}

@font-face {
	font-family: 'Retail-Bold';
	src: url('/webfonts/Retail-Bold.woff2') format('woff2'),
		url('/webfonts/Retail-Bold.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.madeby {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}
