/**
 * Global style definitions
 */

.hello-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;

  section {
    padding: 20px;
    margin: 10px;
    background: var(--bg-content);
    border-radius: 10px;
  }
}
