@media (max-width:700px){

body>*{display:none!important;}

body::before{
content:"This Web Site does not support scale-inhibiting devices.\A\AThey represent the antithesis of what this project represents.";
display:flex!important;
align-items:center;
justify-content:center;
flex-direction:column;
width:100vw;
min-height:100vh;
padding:28px;
box-sizing:border-box;
text-align:center;
white-space:pre-line;
font-family:indieflower,pompiere,arial,sans-serif;
font-size:30px;
line-height:1.45;
color:#e6c98a;
background:#050403;
}

body::after{
content:"Get a bigger screen";
position:fixed;
left:50%;
bottom:18%;
transform:translateX(-50%);
font-family:arial,sans-serif;
font-size:16px;
font-weight:normal;
color:#bda87a;
}

}
