body {
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
    background-image: url('image.png'); /* Replace with your image URL */
    background-size: cover; /* Scale the image to cover the entire background */
    background-position: center; /* Center the image horizontally and vertically */
    height: 1400px; /* Make the body take up the full height of the viewport */
    margin: 0; /* Remove any default margin */
  }
  
  header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
  
  nav {
    text-align: center;
  }
  
  nav a {
    color:#fff;
    text-decoration: none;
    padding: 10px;
    background-color: #444444;
  }
  
  main {
    background-color:#333333;
    width:900px;
    padding: 20px;
    align-items: center;
    margin: 0 auto;
    color: #fff;
  }
  
  img {
    width: 900px;
    height: 600px;
  }
  main p {
    font-size: 18px;
    width:fit-content;
    text-align: center;
  }