﻿@font-face {
  font-family: Elianto;
  src: url(Elianto-Regular.ttf);
}

body{
font-size: 100%;
background: #8E0E00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.title {
  color: white;
  font-family: Elianto;
  font-size: 5.5em;
  text-align: center;
  line-height: 220px;
}
