body {
  /* .home {
  background-image: url("images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; */


  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.home {
  background: linear-gradient(135deg, #74ABE2, #5563DE);
  color: white;
}

.photo {
  /* background: #f4f4f4; */

  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
}

h1 {
  font-size: 2em;
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  transition: background 0.3s;
}

.btn:hover {
  background: #555;
}

.photo-img {
  max-width: 90%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 20px;
}
