html, body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .centered-text {
    text-align: center;
  }
  
  h1 {
    font-size: 36px;
  }