/* this file is loaded by index.html and styles the page */

/* {
  box-sizing: border-box;
} */

body,html {
  font-family: sans-serif;
  margin: 1em 1em;
  line-height: 1.5em;
  background-color: #F2F2F2;
}

h1 {
  font-style: italic;
  color: #373fff;
  max-width: calc(100% - 5rem);
  line-height: 1.1;
}

form {
  background-color: white;
  display: grid;
  grid-gap: 1em;
  padding: 1em;
}

input {
  border: 1px solid silver;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

form button {
  background-color: #bbbbf2;
  border: 2px solid currentColor;
  border-radius: .25em;
  cursor: pointer;
  font-size: inherit;
  line-height: 1.4em;
  padding: 0.25em 1em;
  max-width: 20ch;
}

form button:hover {
  background-color: lavender;
}

footer {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid lightgrey;
}

img[src*="#architecture"] {
   width:80%;
   height:auto;
}

img[src*="#flow"] {
   width:85%;
   height:auto;
}

table, th, td {
  background-color: white;
  border: 1px solid black;
  padding: 10px
}

img[alt=PingOneIntegration],img[alt=FacileArchitecture] { width: 100%; }