nav {
  background-color: #8a45cd;
  padding: 20px;
}

nav a {
  color: white;
  font-size: 1.2em;
  padding: 10px;
}

body {
  text-align: center;
}