/* Default the styles */
html, header, body, main, div, footer, a, nav, section, form, app-data { padding: 0; margin: 0; box-sizing: border-box; }
body { background: rgb(57, 61, 65); }
main { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
section { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 1200px; margin-bottom: 177px; }
article { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 1200px; margin-bottom: 177px; }
h1, h2, h3, h4, h5, h6, span { margin: 0; }
h1 { font-size: 38px; } h2 { font-size: 34px; } h3 { font-size: 30px; } h4 { font-size: 26px; } h5 { font-size: 22px; } h6 { font-size: 18px; }
p { margin: 7px 0px 4px 0px; }
b { color: rgb(77, 177, 77); }
form { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
label { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 14px; width: 100%; margin-bottom: 4px; opacity: 0.7; }
input, textarea { outline: none; cursor: text; }
input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="checkbox"] { cursor: default; }
code { cursor: text; }
button { outline: none; white-space: nowrap; }
a { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; color: rgb(227, 231, 235); font-weight: 700; text-decoration: none; text-transform: none; transition: 0.4s; }
a:hover { transition: 0.2s; color: rgb(247, 197, 47); }
a > i { margin-right: 4px; }
::-webkit-scrollbar{ width: 12px; height: 7px; }
::-webkit-scrollbar-thumb{ background: rgb(235, 235, 235); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover{ background: rgb(245, 245, 245); }
::-webkit-scrollbar-track{ background: rgb(67, 67, 67); border-radius: 0px; box-shadow: inset 0px 0px 0px 0px rgba(1, 1, 1, 0.0); }
::selection { background: rgb(124, 108, 59); }
img { user-select: none; }