@font-face {
    font-family: Font;
    src: url("font.ttf");
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
address,
em,
img,
small,
strong,
sub,
sup,
b,
u,
i,
center,
ol,
ul,
li,
form,
label,
table,
caption,
th,
article,
embed,
footer,
header,
menu,
nav,
output,
section,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

footer,
header,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

body,
select,
input,
textarea,
button {
    background: #dd3131;
    color: #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

header {}

.name {
    line-height: 50px;
    text-align: center;
    margin: 20% auto 0;
}

h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: tahoma;

}

footer {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
}

footer a {
    font-size: 12px;
    color: #fff;
}