.main-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.code-block {
    max-width: 420px;
}

.aspect-square {
    aspect-ratio: 1;
}

.centered-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
  .hide-sm {
    display: none;
  }
}