﻿footer {
  background-color: white;
  text-align:center;
  padding:10px;
  font-size: 7px; 
  color: #333;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: block;
}

nav li {
  display: inline-block;
  margin-right: 29px;
  font-weight: bold;
  color: #333333;
}


nav li:last-child {
  margin-right: 0;
}

nav a {
  text-decoration: none;
  color: #333;
}

nav a:hover {
  text-decoration: underline;
}
