.centered-buttons {
  text-align: center;
}

.auth-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.modal-title {
  text-align: center;
  margin-bottom: 20px;
}

.presentation-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 20px;
}

.left-indent {
  text-align: left;
  text-indent: 2em;
}
