A:link { text-decoration: none; color: #990000; }
A:visited { text-decoration: none; color: #990000; }
A:hover { text-decoration: underline; color: #990000; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v47-latin-regular.woff2') format('woff2'),
       url('fonts/roboto-v47-latin-regular.ttf') format('truetype');
}


body {
    font-size: 16px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
}
			
.button {
	color: white !important;
	background: #990000;
	padding: 10px 25px 10px 25px;
	margin: 0px 10px;
	font-size: 20px;
	border-radius: 8px;
}

.aussen {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px
}

.innen {
	width: 50%;
}