body {
    margin: 0;
    padding: 0;
    background-image: url("chateau.jpg");
    background-size: 100%;
    width: 1282px;
    height: 635px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
  }
  div {
    margin: 10px auto;
    width: 1282px;
    height: 635px;
  }
  img {
    width: 150px;
    height: 75px;
    background-repeat: no-repeat;
  }
  .container {
    margin: 50px 0 0 27%;
    padding: 10px;
    width: 44%;
  }
  h1 {
    text-align: center;
  }

  h2 {

    text-align: center;
    
    p1 {

     text-align: center;

    }

    p2 {

      text-align: center;
 
     }

     p3 {

      text-align: center;
 
     }

     p4 {

      text-align: center;
 
     }

     p5 {

      text-align: center;
 
     }

     p6 {

      text-align: center;
 
     }

  }
  button {
    border: 2.5px solid black;
    background-color: white;
    color: black;
    font-size: 22px;
    font-family: consolas;
    width: 150px;
    height: 45px;
    position: relative;
    top: 50px;
    left: 600px;
  }
  button:hover {
    background-color: black;
    color: white;
  }
  