﻿body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: #f9f9f9;
  color: #333;
  padding: 20px;
}

h1 {
  margin-bottom: 30px;
  color: #444;
}

.gallery img {
  max-width: 90%;
  height: auto;
  border: 5px solid #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
}

.controls button {
  margin: 5px;
  padding: 10px 20px;
  font-size: 16px;
}

.condolences {
  margin-top: 40px;
  background: #fff;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  max-width: 500px;
  width: 90%;
}

.condolences input,
.condolences textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
}

.condolences button {
  padding: 10px 20px;
  font-size: 16px;
}
