
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
  text-align: center;
  font-family: 'Bebas Neue', cursive;

}

#navigation {
  margin-bottom: 24px;
}

#navigation .link {
  padding: 24px;
}

#navigation .link:hover {
  background-color: rgb(218, 219, 231);
  cursor: pointer;
}

.produkt img {
  width: 60%;
  
  max-width: 400px;
}

.smart-button-container{
   width: 80%;
}
.impressum {
    background-color: black;
    text-emphasis-color: white;
}