*{
  padding: 0px;
  margin: 0px;
  box-sizing:border-box;
}
html, body{
  scroll-behavior: smooth;
  text-align: center;
  background-color: white !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

a{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px;
}


body::-webkit-scrollbar {
  width: 8px; 
  background-color: #201692 !important;
}
.my-impressum{
  padding: 20px 0;
}
