* {

  margin: 0;

  padding: 0;

  border: none;

  font-family: Arial, sans-serif;

}



body {

  font-size: 14px;

}



.container {

    position: absolute;

    top: 50%;

    left: 50%;

    -moz-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

}
@font-face {
    font-family: 'Futurelic';
    src:url('../font/Futurelic.ttf.woff') format('woff'),
        url('../font/Futurelic.ttf.svg#Futurelic') format('svg'),
        url('../font/Futurelic.ttf.eot'),
        url('../font/Futurelic.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}
.future{
	font-family: 'Futurelic';
	font-size: 5vmax;
}