body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px 16px 56px;
  }
  
  .box{
    height: fit-content;
    width: min(100%, 520px);
    /* border: 5px solid black; */
  }

.text{
  text-align: center;
}

#installPrompt .list-group{
  gap: 8px;
}

.credits{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 16px;
  background: #fff;
  text-align: center;
}
