/*
Copyright 2018, Joel Schier
*/

body {
  display: block;
  background: #eeffee;
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  font-weight: 300;
}

/* For testing */
/* div { border: 1pt solid red } */

.centre-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.leaf-img {
  /* object-fit: contain; */
  max-width: 100%;
  height: auto;
}

.placeholder-text {
  max-width: 800px;
  font-size: 20pt;
  font-weight: 100;
  text-align: center;
}
