body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.15rem;
  text-align: center;
  margin: 0;
  padding: 40px 20px;
  background-color: #f9f9f9;
  color: #333;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.logo {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.download-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  border-top: 1px solid rgb(226, 226, 226);
  padding-top: 36px;
}
.download-buttons a img {
  width: 150px;
  height: 50px;
}
.action-button {
  background-color: #2099e8;
  padding: 20px;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 8px;
  max-width: 200px;
  font-weight: 500;
  justify-content: center;
}
.action-button a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  width: auto;
}