.friend {
  background: white;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.friend a {
  font-size: 18px;
  color: #ff69b4;
  text-decoration: none;
  font-weight: bold;
}

.friend a:hover {
  text-decoration: underline;
}
