/**
 * Base Styles
 * Grundlegende Styles für Body, Typography, Images
 */

body {
  font-family: sans-serif;
  user-select: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 200px;
  max-height: 80px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
