 body {
     background-color: #f6d9ff;
     margin: 25%;
     margin-top: 20px;
     font-family: 'Trebuchet MS', sans-serif;
    }

 h1 {
     color: #000000;
     text-align: center;
     border-bottom: 6px double #790e9788;
     margin-top: 10%;
     font-family: "filosofia", serif;
     font-weight: 800;
     font-style: normal;
     font-size: 75px;
 }

 h2 {
     color:rgb(126, 74, 151);
     font-family: "filosofia", serif;
     font-weight: 600;
     font-style: normal;
     font-size: 40px;
}
h4 {
    font-size: 25px;
    font-family:Arial, Helvetica, sans-serif;
    color:rgb(0, 0, 0)
}
/* ////////// NAV LINKS /////////*/
nav {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 1em; 
  height: 6px;
  padding: 0.7em;
  letter-spacing: 0.2cap;
  font-size: 1.2em;
  font-weight: 600;
}

/* unvisited link */
nav a:link {
  color: #771c81;
  background-color: #b6c9ee;
  text-decoration: none;
  padding: 0.3em 0.8em;
  border-radius: 15px;
}

/* visited link */
nav a:visited {
  color: #771c81;
  background-color: #b6c9ee;
  border-radius: 15px;
}

/* mouse over link */
nav a:hover {
  color: #771c81;
  background-color: #b6c9ee;
  opacity: 0.9; 
}

/* selected link */
nav a:active {
  color: rgb(255, 255, 255);
}



 