body {
  background-color:rgb(240, 225, 140);  /* CHANGE PAGE COLOR HERE */
  margin: 0 12%;
  color:rgb(190, 81, 81);
  font-size: 1em ;
  font-family: 'Dela Gothic One', cursive;
  /* font-weight: ; */
}

p {
color: #FF00FF;
  /* line-height: ; */
}

h1 {
  text-align: left;
}

h2 {
  text-align: left;
}

ul {
  /*background-color:#ccc;*/
  color: #694839cf;
}

ol {
    color: #694839cf;
  }


nav {
  background-color: #694839cf;
  padding: 30px 12px 8px 12px;
}


/* /// LINKS /// */

a:link {
  color:rgb(240, 225, 140) ;
  text-decoration: none ; /* "none" =  no underline */
}

a:visited { 
  color:rgb(240, 225, 140) ;
  text-decoration: none;
}

a:hover {
  color:rgb(255, 246, 246);
  font-size: 2em;
  text-decoration-line: unset;
  text-decoration-line: unset;
}

a:active {
  text-decoration: none;
}





/*
* {
    border: 2px solid red;
    border-radius: 5px;
}
*/