/*zootycoon*/

:root {
 --style-minimum-width: 430px;
 --style-maximum-width: 1000px;
 --theme-font-primary: 'Segoe UI';
 --theme-font-secondary: 'Arial';
 --theme-font-tertiary: 'Consolas';
 --theme-color-primary: #FFF;
 --theme-color-secondary: #f7931e;
 --theme-color-tertiary: #000;
 --theme-color-bright: #F2DA9D;
 --theme-color-dark: #000;
 --theme-lines: 3px;
 --font-color: #FFF;
 --title-align: center;
 --title-weight: bold;
 --header-align: left;
 --header-weight: bold;
 --body-background-color: #000;
 --body-background-url: url('./img/box.png');
 --box-padding: 2rem;
 --box-background-color: #da521f;
 --box-radius: 0;
}

body {
 background: var(--body-background-url) repeat top center;
 background-size: 512px auto;
 font-size: 20pt;
}

div.box {
 border: var(--theme-lines) solid var(--theme-color-secondary);
}

blockquote { background: rgba(242, 218, 157,.25) }