@import url(https://fonts.googleapis.com/css2?family=PT+Sans&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap);body{position:relative;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin:0;color:#ececec;font-family:Roboto,sans-serif;font-weight:300;line-height:1.5;background-size:cover;background-position:50%;min-height:100vh}body:after,body:before{content:"";position:absolute}body:before{mix-blend-mode:overlay;top:2%;right:2%;bottom:2%;left:2%;border:1px solid #efefef;z-index:2}body:after{top:0;left:0;height:100%;width:100%;opacity:.7;background:#1a1a1a;background:-moz-radial-gradient(top,circle,#000,#1a1a1a);background:radial-gradient(circle at top,#000,#1a1a1a)}@media(max-height:450px){body{font-size:10px}}