@import"https://fonts.googleapis.com/css?family=Nunito&display=swap";#root{max-width:1280px;margin:0 auto;text-align:center}#login{min-width:100px;width:auto;height:auto;border-radius:10px;font-family:Nunito;font-size:30px;letter-spacing:1px;background-color:#4ed2d2;color:#000;font-weight:700;transition:.2s}#login:hover{transition:.2s;background-color:#66d598;color:#615f5f;transform:scale(1.125) perspective(1px)}#login:active{opacity:.5}.home{display:flex;flex-direction:column;height:97vh}#header{flex:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:solid cornflowerblue;max-height:10vh}#title{font-family:Nunito;font-weight:700;font-size:30px}#body{display:flex;flex-direction:column;justify-content:space-between;flex:10;text-align:left;font-family:Nunito;font-size:17px}#body a{text-decoration:none}#showcase{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.each-showcase{display:flex;flex-direction:column;align-items:center}#footer{border-top:solid cornflowerblue;flex:1}#text{opacity:.5}#githubIcon{width:30px;height:30px;border-radius:10px}.dashboard{display:flex;flex-direction:column}#bar{position:fixed;top:0;width:100%;max-width:1280px;margin:0 auto;z-index:999;padding:0 1rem;background-color:#565454}#header{flex:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:solid cornflowerblue;max-height:10vh;position:sticky}#postList{padding-top:10vh;display:flex;flex-direction:column;justify-content:space-between}#postPreview{border-radius:10px;margin-top:10px;transition:.2s}#postPreview:hover{transform:scale(1.125) perspective(1px);background-color:#363535}#postPreview p{font-family:Nunito;font-weight:700;font-size:20px}#postPreview p:hover{color:#fff}#logout{min-width:100px;width:auto;height:auto;border-radius:10px;font-family:Nunito;font-size:30px;letter-spacing:1px;background-color:#4ed2d2;color:#000;font-weight:700;transition:.2s}#logout:hover{transition:.2s;background-color:#dc143c;color:#fff;transform:scale(1.125) perspective(1px)}#logout:active{opacity:.5}#loading{display:flex;justify-content:center;align-items:center}#postDetails{display:flex;flex-direction:column}#postDetails h2{font-family:Nunito;font-size:30px}#backButton{position:absolute;top:33px;right:40px;font-family:Nunito;font-size:30px;max-width:300px;border-radius:10px;background-color:#4ed2d2;color:#000;transition:.2s}#backButton:hover{transition:.2s;background-color:#66d598;color:#fff;transform:scale(1.125) perspective(1px)}#details{display:flex;flex-direction:column;left:20px;align-items:flex-start;font-family:Nunito;font-size:20px}.content{color:#ff0}#deleteButton{min-width:100px;width:auto;height:auto;border-radius:10px;font-family:Nunito;font-size:30px;letter-spacing:1px;background-color:#4ed2d2;color:#000;font-weight:700;transition:.2s}#deleteButton:hover{transition:.2s;background-color:#dc143c;color:#fff;transform:scale(1.125) perspective(1px)}#deleteButton:active{opacity:.5}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#565454;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}
