:root { --dwred: #e41414; }
@font-face { font-family:fr; src: url('FRADMCN.TTF'); }
-webkit-appearance: none;

html {width:100vw; height:100vh; overflow:hidden; background-color:black;  }

body { position: fixed; padding:0; margin:0; width:100vw; height:100vh; background-color:black; overflow:hidden;
	font-family:fr; color:white; font-size:30px; overscroll-behavior: none;}

#appcontainer { position:absolute; height:100%; width:100%; max-width:57vh; left:50%; transform:translateX(-50%); background-color:black; }

#main { position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; background-image: url('back.jpg'); background-size:cover; }

#content { position:relative; width:100%; top:5%; text-align:center; background:rgba(255,0,0,0.5);}

