body {
  padding-top: 10px;
  background: #000;
  font-family: Georgia, Times New Roman;
  font-size:1.2em;
  background-image: url("background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.annette{
  font-size: 1.8em;
  font-weight: bolder;
  letter-spacing: -1px;
  line-height: 34px;
}

.card-text{
  padding: 10px;
}

.anzeige{
  background: #fff;
  width: 85%;
  margin:2em auto; 
  padding: 10px; 
  text-align: center;
  border-radius: 20px;
}

.menu{
  text-align: center;
}

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

a:link {
  color:#202020;
  text-decoration: none;
  text-shadow: 2px 2px 2px #ccc;
}

a:visited {
  color:#202020;
}

a:hover {
  color:#ccc;
}

a:active {
  color:#383838;
}

