html, body {
    background: rgb(229,196,150);
    background: linear-gradient(90deg, rgba(229,196,150,1) 0%, rgba(255,255,255,1) 42%, rgba(253,254,254,1) 62%, rgba(131,203,200,1) 100%);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

h2 { margin: 20px; font-weight: 300; }
p { font-weight: 300; }

.logo { width: 32px; margin: 20px; }
.devcon_bogota { width: 300px; margin: 5px 0 20px 0; }
.flexCenter { display: flex; justify-content: center; text-align: center; }
.flexColumn { flex-direction: column; align-items: center; }

body {
    margin: 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;
}

.schema-table input {
    width: 100%;
}

.horizontal-fields label {
    padding: 10px;
}