nav {
  margin: 0px auto 0;
  padding: 0px;
  position: relative;
  width: 100%;
  font-size: 0;
  color: white;
  background: #414141;
  overflow: hidden;
  
}
nav a {
  margin-top: 0px;
  margin-right: 15px;
  padding-right: 15px;
  height: 100%;
  font-size: 15px;
  display: inline;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  color: white;
  padding-left: 0px;
  
}
nav img {
  box-shadow: 3px 3px #733381;
  border-radius: 10px;
}

body {
  font-size: 12px;
  font-family: sans-serif;
  background: #414141;
}
h1 {
  text-align: center;
  margin: 30px;
  text-align: center;
  font-size: 3rem;
  color: white;
}

p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
}

nav a:link {
  color: white;
}
nav a:visited {
  color: white;
}
nav a:hover {
  color: #ffd849;
}
nav a:focus {
  color: white;
}
nav a:active {
  color: #f58024;
}
