body {
  font-family: sans-serif;
  margin: 0;
  padding: 0 20px; /* Etwas Abstand an den Seiten */
}

h1, p {
  text-align: center;
}

.looker-studio-iframe-full-height {
  border: 1px solid #ddd; /* Ein dezenter Rahmen ist oft hilfreich */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: block;
  width: 100%;
  
  /* Passen Sie die Höhe so an, dass sie GRÖSSER ist als Ihr Dashboard-Inhalt. */
  /* Dies verhindert, dass der iframe selbst einen Scrollbalken bekommt. */
  height: 1328px; 
  
  margin: 20px 0;
}