html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/

@font-face {
    font-family: 'InterDisplay';
    font-style:  normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/InterDisplay-Black.woff2?v=3.19") format("woff2"),
         url("fonts/InterDisplay-Black.woff?v=3.19") format("woff");
}

@font-face {
    font-family: 'FKRomanText';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/FKRomanText-Regular.woff2?v=3.19") format("woff2"),
         url("fonts/FKRomanText-Regular.woff?v=3.19") format("woff");
}

body{
    background:#000A07;
    padding:50px 20px 50px 20px;
    color:#fff;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    line-height:1.2em;
    font-family:'FKRomanText';
}

.announcement{
    text-align:center;
    font-size:.9em;
    font-family:monospace;
    color:#1CD3B3;
    border:1px solid #1CD3B3;
    max-width:700px;
    margin:20px auto 50px auto;
    padding:5px;
}

a{
    color:dimgray;
    text-decoration:none;
}

a:hover{
    color:#ff3347;
}

h1{
    font-family:'InterDisplay','Arial Black', sans-serif;
    font-weight:900;
    text-transform: uppercase;
    margin:0 0 50px 0;
    text-align:center;
    font-size:1.4em;
    line-height:.8em;
}

h2{
    margin:20px 0 0 0;
    font-family:'InterDisplay','Arial Black', sans-serif;
    font-weight:900;
    font-size:1.4em;
}

h3{
    margin:20px 0 0 0;
}

h4{
    font-family: monospace;
    margin:5px 0 20px 0;
    color:dimgray;
}

p{
    margin:0 0 20px 0;
}

img{
    display:block;
    max-height:500px;
    margin:0 0 20px 0;
    border:1px solid #410000;
}

.intro{
    font-size:1.2em;
    line-height:1.5em;
}

.download{
    font-family: monospace;
    display:inline-block;
    padding:15px;
    background:#000;
    border:1px solid #fff;
    color:#fff;
    text-decoration:none;
}

.download:hover{
    border:1px solid #ff3347;
    color:#ff3347;
}

p,a,h1,h2,h3,h4,hr,img{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

/*responsive*/

@media (max-width: 400px){
img{
    max-width:250px;
}

.download1{
    margin-bottom:20px;
}
}