html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@page {
    size: A4;
    margin: 0;
}

#root {
    height: 100%;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.unstyled-button {
    all: unset;
}

.unstyled-button:focus {
    outline: 2px solid rgb(0, 95, 204);
    outline-offset: 2px;
}

div {
    box-sizing: border-box;
}

/* .conversional-closure-form { */

/* max-width: 500px; */

/* text-align: center;
  margin: auto;
} */

/* .conversional-closure-form>div {
  margin-bottom: -30px;
} */

/* .conversional-form-checkbox input {
  vertical-align: middle;
} */
