@import url('https://rsms.me/inter/inter.css');
@import "//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css";

*::-moz-selection { background: #b48c4c; color: #fff;}
*::selection { background: #b48c4c; color: #fff;}

html, body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;font-family: 'Inter var'; font-size: 16px; color: #2b2a29; line-height: 1.6; height: 100%;}
body {background-image: url("/static/img/home_bg.jpg"); background-size: cover; background-repeat: no-repeat; color: #fff}

a { color: #fff; text-decoration: none; }
h1 { font-size: 34px; margin: 20px 0 0px 0; }
p { margin: 4px 0 16px 0; font-size: 18px; line-height: 22px; }
ul { width: 100%; margin: 0; list-style: none; padding: 0; }
ul li { margin: 0 0 8px 0; font-size: 14px; }
.flex__container { display: flex; justify-content: space-between; position: relative; }

header { margin: 50px 0 12px 0; }
header .logo { display: block; max-width: 200px; margin: 0; }
header .logo img { max-width: 200px;height: 100%; }


main { max-width: 640px; margin: auto; min-width: 640px; }

main > section { border-top: 2px solid #fff; padding: 20px 47px; background: rgba(0, 0, 0, .25); }
footer { margin-top: 30px; }
footer .bottom { margin-top: 10px; padding-top: 20px; border-top: 2px solid #e20e1b; }
footer .bottom .copyright { font-size: 14px; }
footer .bottom .zetasis { position: relative; font-size: 12px; }
footer .bottom .zetasis svg { position: relative; top: 1px; }