body {
	margin: 5;
	background: #222;
    color: white;
	font-family:  ,sans-serif, 'Athelas Bold';
	font-weight:  bold;
    padding: 0px
   
}

container {
	width: 25%;
	margin: 5 auto;
}

header {
  background: #be1e2d;
}


header::after {
  content: '';
  display: table;
  clear: both;
}

.logo img{
    width: 100px;
    float: left;
}
nav {
    float: left;
    padding: 5px;
}

nav ul {
  margin: 50;
  padding: 0px;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-right: 50px;
  padding-top: 10px;

  position: relative;
}

nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

nav a:hover {
  color: #000;
  padding-top: 20px;
}

  nav a:hover::before {
  width: 100%;
}

main: {
    width: 500px;
    color: white
    float: center;
     
}
footer {
    position:fixed;
    padding-top: 15px;
    color: white;
}
