* body {
    margin: 0;
    text-align: center;
  }

  .background {
    position: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0, 0, 0, 0.646)),url(bali\ bg.jpeg);
    background-size: cover;
    z-index: 1;
    text-align: center;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: fadeIn 2s ease-in-out;
  }

  .content p,
  .content h1,
  .content h2 {
    font-family: 'Playfair Display', serif; 
    font-style: italic;
    text-align: center;
  }
