.full-background {
  background-image: url('images/background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.full-background .quarto-container {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
