body {
  font-family: 'Arial', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f4f4f4;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 500px;
  text-align: center;
}

.card-icon img {
  border: 2px solid #3e9f26; 
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 10px;
}

.card-icon img {
  width: 100px;
  height: 100px;
}

.card-text {
  margin-top: 20px;
}

.login-button {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #3e9f26;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.login-button:hover {
  opacity: 0.7;
}

.confirm-button {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #3e9f26;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.confirm-button:hover {
  opacity: 0.7;
}
