/* adjust typography defaults */
html, body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 10px;
  background-color:#FF1493;
  text-align:center;
  color:azure;
  font-size:20px;
}

p {
  color: #FFC0CB;
  font-size: 25px;
}
h1 {
  font-weight: bold;
}

.nav  > div {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: #F4ED27;
  background-color:beige;
}

.nav > div:nth-child(1) {
  background-color: #009693;
}

.nav > div:nth-child(2) {
  background-color: #68C1B9;
}

.nav > div:nth-child(3) {
  background-color: #800080;
}

#footer {
  position: fixed;
  border-style: solid;  
  padding: 6px ;
  left:6x ;
  bottom: 8px;
  width:90% ;
  background-color: #D8DED6;
  text-align: center;

}.navBar{
  color: white;
  text-decoration: none