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;
}
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;
}

footer {
    grid-row: 7;
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: black;
}

footer hr {
    color: rgb(255, 255, 255);
    height: 2px;
    background-color: rgb(255, 255, 255);
    width: 80%;
}

footer h1 {
    margin: 35px;
    text-align: center;
    color: rgb(234, 234, 234);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

div {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    text-align: center;
    margin-bottom: 100px;
    background-color: black;
}

ul {
    display: flex;
    margin: auto;
}

li {
    width: 250px;
    text-align: center;
    justify-content: center;
}

a { 
    color: rgb(255, 255, 255);
    display: block;
    height: 60px;
    margin: auto;
    padding: 5px 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: 500ms;
    transition-timing-function: ease-in;
}

a:link, a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.other:hover {
    background-color: rgb(72, 70, 70);
}

p, form {
    margin: 15px;
}

.hedear {
    text-align: center;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

label {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}