.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-width: calc(100vw - 36px);
  margin: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.card {
  max-width: 1000px;
}

.icon-btn {
  width: 100%;
  height: 100px;
}

.helpimage {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.main-icon {
  background: #6638b6;
  border-radius: 20px;
  padding: 10px;
  height: 100px;
  width: 100px;
}

.main-icon img {
  height: 100%;
  width: auto;
}

body {
  background: #6638b6;
}

.title {
/*  display: flex;
  align-items: center;*/
  margin-bottom: 20px;
  gap: 20px;
}

.main-container h2 {
  border-bottom: solid grey 1px;
  padding-bottom: 5px;
  font-size: 1.4em;
}

.main-container h3 {
  font-size: 1.2em;
}
