.background {
    margin: 0;
  padding: 0;
  min-height: 100vh;
  background: url('../images/testes.jpg');
  background-size: cover; /* Menyesuaikan dengan ukuran layar */
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}