body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  font-family: "Roboto", sans-serif;
}

.centered-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  font-family: sans-serif;
}

.centered-div.card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18);
  padding: 48px 32px;
  text-align: center;
  max-width: 400px;
  transition: box-shadow 0.3s;
}

.centered-div.card:hover {
  box-shadow: 0 16px 48px rgba(44, 62, 80, 0.28);
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  margin: 16px 0;
  color: #ff6f61;
  letter-spacing: 2px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 8px;
}

p {
  font-size: 1.1rem;
  color: #555;
  margin-top: 12px;
}

.awareness-box {
  background: linear-gradient(90deg, #ffe0e0 0%, #fff7e6 100%);
  border-left: 6px solid #ff6f61;
  border-radius: 16px;
  padding: 24px 20px;
  margin-top: 24px;
  box-shadow: 0 4px 16px rgba(255, 111, 97, 0.08);
}

.awareness-box h2 {
  color: #ff6f61;
  margin-top: 0;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
}

.awareness-box p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 12px;
}

.awareness-link {
  display: inline-block;
  padding: 8px 18px;
  background: #ff6f61;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.awareness-link:hover {
  background: #e55d50;
}

.awareness-img {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.memorial-img {
  width: 100%;
  max-width: 260px;
  border-radius: 18px;
  margin: 18px auto 8px auto;
  display: block;
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.12);
}
