body {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
}

a {
  color: black;
}

.site-title {
  font-size: 50px;
  text-decoration: none;
  color: black;
  display: block;
  text-align: center;
  padding: 0.5em 0;
  letter-spacing: 5px;
}

/* optional, falls bilder regulär über markdown eingefügt werden */
.container img {
  width: 100%;
  object-fit: cover;
}