body {
    background-color: black;
  }

@font-face {
font-family: 'Liquid-Amber-DEMO-Regular';
    src:  url('fonts/Liquid-Amber-DEMO-Regular.ttf.woff') format('woff'),
    url('fonts/Liquid-Amber-DEMO-Regular.ttf.svg#Liquid-Amber-DEMO-Regular') format('svg'),
    url('fonts/Liquid-Amber-DEMO-Regular.ttf.eot'),
    url('fonts/Liquid-Amber-DEMO-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.countdown{
    color: white;
    font-family: Liquid-Amber-DEMO-Regular, sans-serif;
    font-size: 2.5em;
}
