html {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background: white;
    color: #222;
    font-family: "system";
    font-display: swap;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: auto;
    align-content: center;
  }
