: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:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{font-size:1.5vh;margin:0;padding:0;min-width:320px;min-height:100%;width:100%;display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}h1,h2,p{color:#1e1e1e}ul{color:#eaeaea;line-height:1.6}ul{list-style-type:none;padding:0}ul li{padding:.8rem;margin:.5rem 0;border-radius:5px}button{background:#ffc107;border:2px solid #232931;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:1rem;border-radius:5px}button:hover{background:#ffb300}.home{width:80%;position:relative;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:space-around}#topnav{display:flex;flex-direction:row;justify-content:space-between;background-color:#1e1e1e;transition:width .3s ease-in-out;height:10vh;width:100%;position:fixed;z-index:1000}#topnav h1{color:#ffc107}#topnav button{height:auto;width:auto;background-color:transparent;border:none}#topnav button img{height:100%;width:100%}#logo{width:100%;height:100%;right:10px}#footer{background-color:#1e1e1e;width:100%;height:5vh;text-align:center;display:flex;justify-content:center;align-items:center}#footer img{height:60%}.formManipulate{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#232931;border-radius:30px;padding:20px 0}.formManipulate h2{color:#ffc107}.formManipulate label{display:flex;justify-content:space-around;width:100%;max-width:100%;align-items:center;box-sizing:border-box}.formManipulate input,select,textarea{max-width:60%;min-width:50%;min-height:20px;padding:.5rem;border:1px solid #ccc;border-radius:.25rem;margin-bottom:.5rem;margin-left:-.1rem}#tasks{width:100%;justify-content:center;display:flex;flex-wrap:wrap}.task{margin:10px;width:30%;border-radius:30px;background-color:#232931;text-align:center}.task button{object-fit:contain;margin:10px}.task img{width:50%;object-fit:contain}#sidebar{position:fixed;top:0;left:0;width:0;height:100vh;background-color:#f5e6c4;overflow-x:hidden;padding-top:1rem;display:flex;flex-direction:column;justify-content:center;transition:width .3s ease-in-out}#sidebar.open{width:20%;transition:width .3s ease-in-out}#sidebar li{list-style:none;left:0}#sidebar h2,button{color:#000}#about-page{max-width:800px;margin:auto;padding:2rem;text-align:center}#about-page ul li{background:#232931}#app-container{display:flex;width:100%;min-height:90vh;transition:all .3s ease-in-out}#app-container.sidebar-open #main-section{width:80%;margin-left:20%}#app-container.sidebar-open #topnav{width:80%}#main-section{flex-grow:1;width:100%;transition:margin-left .3s ease-in-out;background-color:#e1b12c;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#main-content{padding-top:10vh;display:flex;justify-content:center;height:100%;width:100%}.center-content{display:flex;flex-direction:column;justify-content:space-around;align-items:center}
