@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: trendHMS;
    src: url(file:/fonts/TrendHMSlabOne.otf);
}

div {
	font-family: trendHMS;
	position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
}