html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_design {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url('/data/assets/bilder/anni_und_miche/aum_index_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aum_logo {
    display: block;
    text-align: center;
}

.aum_logo img {
    height: 350px;
    width: auto;
    display: inline-block;
}

h1 {
    color: #800000;
    font-size: 35px;
    font-family: 'adelia';
    text-shadow: 2px 2px 2.5px #FFCBA4;
}

.btn_index {
  display: inline-block;       
  text-align: center;           
  line-height: 50px;        
  width: 200px;
  height: 50px;
  font-size: 25px;
  font-weight: bolder;
  border-radius: 12px;
  border: none; 
  box-shadow: 2px 2px 2.5px #000000;

  color: #800000;
  background-color: rgb(252, 249, 249, 0.6);
  text-decoration: none;        
}
