#container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hidden {
  display: none;
}

.wrapper-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.action-button {
  width: 300px;
  height: 60px;
  background-color: white;
  margin: 10px;
  font-size: 18px;
}

.title-text-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
  font: 26px Roboto, arial, sans-serif;
  font-weight: bold;
}

.text-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
  font: 16px Roboto, arial, sans-serif;
  font-weight: bold;
}