@import url(https://fonts.googleapis.com/css?family=Nunito&display=swap);*{box-sizing:border-box;margin:0;padding:0;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body,html{background-color:var(--bg-color);font-family:Nunito,sans-serif;overflow-x:hidden}.notFound{display:flex;height:100vh;align-items:center;justify-content:center;align-content:center;justify-items:center;font-size:25px}.notFound div{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}