@font-face {
  font-family: 'Lelo-Regular';
  src: url('../fonts/Lelo-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lelo-Bold';
  src: url('../fonts/Lelo-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lelo-Italic';
  src: url('../fonts/Lelo-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Lelo-RegularItalic';
  src: url('../fonts/Lelo-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

body {
  font-family: 'Lelo-Regular', sans-serif;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.impressum-container {
  max-width: 60vh;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

h1 {
  font-family: 'Lelo-Bold', sans-serif;
  margin-top: 0;
}

h1 {
  font-family: 'Lelo-Bold', sans-serif;
  margin-top: 0;
}

.logo {
  width: auto;
  height: 12vh;
  padding: 2vh;
  object-fit: contain;
  max-width: 30vh;
}