@import url('../fonts/OldEnglishFive.css');

body {
  height: 100vh;
  margin: 0;
  position: relative;
  color: #fff;
  background: #000;
  background-image: url("/img/unicorn.svg");
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-content {
  text-align: center;
  font-family: "OldEnglishFive", serif;
  font-weight: 400;
  font-size: 78px;
}
