:root{--background:#c8ad7f;--foreground:#8b4513}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:#663512;text-decoration:none}a:hover{color:#502a10;text-decoration:underline}.navbar{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:20px;width:95%;background-color:#fff}.navbar-title{font-size:24px;margin-bottom:10px}.navbar-container{display:flex;justify-content:space-between;width:95%}.navbar-links{display:flex;flex-direction:row;gap:15px}.settings-nav{align-self:flex-end}.settings-nav select{padding:5px;border-radius:4px;border:none;font-size:16px}.container{display:flex;justify-content:center;padding:20px}.content{background:#fff;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);position:relative;top:0;border-radius:4px;padding:20px;width:80%;max-width:800px}.dark-theme{--background:#1f2124;--foreground:#fff}.dark-theme body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif}.dark-theme a{color:#7289da;text-decoration:none}.dark-theme a:hover{color:#4866d1;text-decoration:underline}.dark-theme .navbar{list-style-type:none;margin:0;padding:20px;width:100%;background-color:#36393f}.dark-theme .container{display:flex;justify-content:center;padding:20px}.dark-theme .content{background:#36393f;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);position:relative;top:0;border-radius:4px;padding:20px;width:80%;max-width:800px}.dark-theme .settings-nav select{background-color:#36393f;border:none;color:#fff}.light-theme{--background:#e7dfb5;--foreground:#000}.light-theme a{color:blue;text-decoration:none}.light-theme a:hover{color:dark #000075;text-decoration:underline}.light-theme .navbar{list-style-type:none;margin:0;padding:20px;width:100%;background-color:#ede8d0}.light-theme .container{display:flex;justify-content:center;padding:20px}.light-theme .content{background:#ede8d0;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);position:relative;top:0;border-radius:4px;padding:20px;width:80%;max-width:800px}.light-theme .settings-nav select{background-color:#ede8d0;border:none;color:#000}.matrix-theme{--background:#000;--foreground:#008529}.matrix-theme a{color:#004d17;text-decoration:none}.matrix-theme a:hover{color:dark #003b12;text-decoration:underline}.matrix-theme .navbar{list-style-type:none;margin:0;padding:20px;width:100%;background-color:#313131}.matrix-theme .container{display:flex;justify-content:center;padding:20px}.matrix-theme .content{background:#313131;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);position:relative;top:0;border-radius:4px;padding:20px;width:80%;max-width:800px}.matrix-theme .settings-nav select{background-color:#313131;border:none;color:#008529}.classic-theme a{color:#663512;text-decoration:none}.classic-theme a:hover{color:#502a10;text-decoration:underline}.classic-theme .navbar{list-style-type:none;margin:0;padding:20px;overflow:hidden;width:98%;background-color:#fff}.classic-theme .container{display:flex;justify-content:center;padding:20px}.classic-theme .content{background:#fff;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);position:relative;top:0;border-radius:4px;padding:20px;width:80%;max-width:800px}.classic-theme .settings-nav select{background-color:#fff;border:none;color:#8b4513}