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

.container {
  max-width: 400px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0077ff;
  color: white;
  text-decoration: none;
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  transition: background 0.3s;
}

.link:hover {
  background: #005fcc;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: invert(100%);
}
