@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

body {
  background: linear-gradient(to bottom, #F3EFF6, #DDD3E5);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

img[alt="HEART IT title"] {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 500px;
}

.heart-container {
  background: radial-gradient(ellipse at center, #F3EFF6 0%, #DDD3E5 100%);
  padding: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

img[alt="Pixelated Heart"] {
  width: 280px; 
  height: auto;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.privacy-policy {
    margin: 50px;
    padding: 20px;
    max-width: 800px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
