@font-face {
    font-display: swap;
    font-family: 'georg';
    src: url('../parts/geofont.ttf');
}
body {
  font-family: "georg";
  margin: 0;
  background: url('../parts/background.png');
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content{
  background: var(--backgroundLight);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width:var(--contentWidth);
  background-color: white;
  box-shadow: 0 0 2px #000000a6;
}
#credit{
  width: var(--contentWidth);
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
}
