.card {
  width: 350px;
  height: 350px;
  display: flex;
  /* text-align: center; */
}
.buttonList {
  display: flex;
  justify-content: space-evenly;

  background-color: white;
}

#subscribe {
  text-align: center;
  margin-bottom: 0;
}
#launch {
  margin: 0;
}
form {
  text-align: left;
}
