html
body {
    font-family: 'Open Sans', sans-serif;   
  background-color: #f8f9fa; /* Light gray background */
  color: #111; /* Dark text color */
  font-size: 17px; /* Base font size */
  line-height: 1.6; /* Improved readability */
  font-weight: 500;
  border-top: #0075BB 40px solid ;
  border-bottom: #387F78 40px solid;
  height: 100vh;
    margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

img {
  margin: 5px 0; /* Space around images */
}

img.fitschen-logo {
  width: 450px;
  height: auto;
  margin-left: 55px;
}

img.lvbz-logo {
  width:300px;
  height: auto;

}

a.uk-button-primary {
  background-color: #387F78;
  border-color: #387F78;
  color: #fff;
  padding: 3px 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

a.uk-button-primary:hover {
  background-color: #185d58;
  border-color: #387F78;
  color: #fff;
  padding: 3px 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}