body {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

h1 {
  color: #000000;
  font-weight: 800;
}

.btn-pay {
  background: #27ae60;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.btn-pay:hover {
  background: #219150;
}

img {
  width: 600px;
  height: 600px;
}

.images {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  margin-bottom: 15px;
  padding: 80px;
  background-color: #2c78c4;
}