html,
body {
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    margin: 10px;
}

h1 {
    margin-top: 0;
    padding-top: 0;
    font-family: 'Poppins', sans-serif;


}

form {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
}

pre {
    outline: 0px solid #ccc;
    padding: 5px;
    margin: 40px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: firebrick;
}

.pure-button{font-size: 0.8em !important;     font-family: 'Poppins', sans-serif;}