@font-face { font-family: Ostrich; src: url('./OstrichSansRounded-Medium.otf'); } 
body {background: #2C2A2A;text-rendering: optimizelegibility;margin: 0px;padding: 0px;height: 100%;font-family: Ostrich;letter-spacing: 2px;}
.wrapper {background: url("./backgroung.png") no-repeat scroll center center/cover transparent;min-height: 100vh;transform-origin: center bottom 0px;transition: all 0.5s ease 0s;box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.5);}
.boxed {background: url(../img/bg_pattern.png) repeat scroll 0 0 rgba(0, 0, 0, 0.6);}
.center-div {position: absolute;	margin: auto;top: 45%;right: 0;bottom: 0;left: 0;width: 40%;height: 40%;background: url(../img/bg_pattern.png) repeat scroll 0 0 rgba(255, 255, 255, 0.9);border-radius: 6px;}