* {
    background-color: black;
    color: white;
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.header a:hover {
    color: lime;
    text-decoration: none;
    font-size: 19px;
}

.header a:active {
    color: green;
    text-decoration: none;
    font-size: 20px;
}

.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header li {
    float: left;
}

.header ul li {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.container {
    margin-left:  auto;
    margin-right:  auto;
    margin-top: 177px;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

.container h1{
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.container p{
    font-size:20px;
    font-weight: normal;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.footer p{
    font-size: 16px;
}