@import "../fonts/Involve/font.css";

:root {
    --w : #FFFFFF;
    --bg : #180B29;
    --p : #9093FF;
}
html * { max-height: 1000000px; }
*,*:before,*:after { -webkit-text-size-adjust: none; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
html, body { background: var(--bg); color: var(--w); font-family:"Involve", Arial, sans-serif; font-size: 16px; line-height: 1.4375; }
li { list-style: none; }
img { display: block; height: auto; max-width: 100%; }
a img { border:none; }
a { text-decoration: none; color: inherit; }
input, select, button, textarea { outline:none;
    font-family:"Google Sans", Arial, sans-serif; font-size: 14px;
    /*-moz-appearance:none;-webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none;*/
}
.intro{margin: 80px 0}
.container { max-width: 1080px; width: 100%; padding: 0 20px; margin: 0 auto; }

h1 { font-size: 38px; line-height: 1.32; font-weight: 500;margin-bottom: 30px; }
h2 { font-size: 28px; line-height: 1.4; font-weight: 500;margin-bottom: 20px;margin-top: 30px; }
h3 { font-size: 20px; line-height: 1.2; font-weight: 500;margin-bottom: 20px;margin-top: 30px; }
p { font-size: 16px; line-height: 1.4375; font-weight: 300;margin-bottom: 16px }
a { font-size: 16px; line-height: 1.4375; font-weight: 300;margin-bottom: 16px;color: var(--p);text-decoration: underline }

table{border-collapse: collapse;margin: 30px 0;width: 100%}
table td{border: 1px solid #fff;padding: 5px 10px}

@media(max-width: 641px) {
    h2 { font-size: 20px; line-height: 1.2; }
    h3 { font-size: 50px; line-height: 1.2; }
}



