.diosa-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  overflow: hidden;
}

.diosa-image {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 28rem;
  height: 120vh;
  background-image: url('../img/Diosa.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}

.layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.main-content {
  flex: 1;
  padding-bottom: 6rem;
}