.centered {
  margin: auto;
}

.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.centered-section {
  margin: 25vh auto;
}
