@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap);body{padding:0;margin:0;background-color:#e3e3e3;font-family:Poppins,sans-serif}body .container{width:100%;display:inline-block}body nav{position:relative;top:0;height:auto;background-color:#fafafa;border-bottom:.25em solid #801540;overflow:hidden;width:100%;filter:drop-shadow(1px 1px 12px rgba(0,0,0,.25));min-width:250px}body nav .logo{position:absolute;float:left;padding:1em 1.2em 0}body nav .logo img{width:80%}@media screen and (max-width: 1020px){body nav .logo img{width:75%}}@media screen and (max-width: 640px){body nav .logo{display:none}}body nav .status{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:.3em;font-size:1.3em;color:#fafafa}@media screen and (max-width: 640px){body nav .status{color:#000;text-shadow:0 0 .25em #00000040}}body nav .logout{position:absolute;bottom:0;right:.9em;font-size:.8em;color:#801540}body nav .logout:hover{cursor:pointer;font-weight:700}.advanced-btn{position:fixed;bottom:0;right:0;margin:1em;padding:.4em;background-color:inherit;color:#801540;font-weight:700;border:.2em solid #801540;border-radius:10px;font-family:Poppins,sans-serif;background-color:#fafafa}.advanced-btn:hover{background-color:#801540;color:#fafafa;cursor:pointer}