* {
  color: "black";
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1em; }

a {
  color: #42648b;
  text-decoration: none; }

html {
  min-height: 100%; }

html {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  background: #D1FFD1;
  width: 100%;
  min-height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica; }

body {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch; }

body > .center {
  padding: 0 0.5em;
  flex: 0 1 980px;
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap; }

body > .right, body > .left {
  flex: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end; }

body > .left {
  justify-content: flex-start; }

body > .right {
  justify-content: flex-end; }

body > .right > img, body > .left > img {
  min-width: auto;
  flex: 0 1 auto; }
