body {
    background-color: black;
}

.frontPageHeader {
    font-family: 'Fredericka the Great';
    font-size: 50px;
    color: white;
    text-align: center;
    padding: 100px;
}

.frontPageSubHeader {
    font-family: 'Fredericka the Great';
    font-size: 20px;
    color: white;
    text-align: center;
}

/* fredericka-the-great-regular - latin */
@font-face {
  font-family: 'Fredericka the Great';
  font-style: normal;
  font-weight: 400;
  src: url('../font/fredericka-the-great-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fredericka the Great'), local('FrederickatheGreat'),
       url('../font/fredericka-the-great-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/fredericka-the-great-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/fredericka-the-great-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/fredericka-the-great-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/fredericka-the-great-v9-latin-regular.svg#FrederickatheGreat') format('svg'); /* Legacy iOS */
}