body {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana;
  max-width: 1000px;
  margin: auto;
}

header {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}

a:link {
  color: #ff7700;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #ff7700;
  text-decoration: none;
}


nav {
  font-size: larger;
  text-transform: uppercase;
}

article {
    padding: 50px;
    border: 1px solid black;
    background-color: #ffffff;
    justify-content: center;    
}
