* {
    background-color: #202020;
    color: white;
    font-family:Arial, Helvetica, sans-serif;

}
#wipWarning {
  color:rgb(255, 136, 0);
  text-align:center;
  
}

/*BLOG DIVs*/
div.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.post{
  margin: 5px;
  border: 1px solid #ccc;
  width: 260px;
}

/* BLOG TITLES */
#titleLatest {
  color:cyan;
  text-align:center;
}
#titleUpdates {
  color:rgb(255, 102, 0);
  text-align:center;
}

#titleOpinion {
  color:lawngreen;
  text-align:center;
}

/* navigation bar:*/



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(82, 1, 82) ;
  
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover:not(.active) {
  background-color: darkblue;
}

ul li a.active {
  background-color: #04AA6D;
}



#papyrus {
    font-family: 'papyrus';
}

#purple {
    color:rgb(66, 0, 66)
    
}

