@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic|Unica+One);

* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  padding: 2em;
  font-family: "Gentium Basic", serif;
  column-count: 2;
  column-gap: 4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-align: center;
}

.title-display {
  margin-bottom: 6em;
}
p {
  text-indent: 2em;
}
