*


body {
  font-family: "Pinyon Script", cursive;
  cursor: url(star-5pt-outline.png) 20 20, auto;
}


h1 {
    font-family: "mulish", sans-serif;
    margin: 1rem auto;
    border-radius: 25px;
    padding:0;
    text-align: center;
    width:70%;
    color: rgb(225, 108, 157);
}

h2 {

  font-family:"pinyon script", cursive;
  margin:1rem auto;
  border-radius:10px;
  padding:0;
  text-align:center;
  width:70%;
  color: rgb(225, 108, 157);


}


ul { 
  list-style-type:none;
  border-radius: 30px;
  margin:0;
  padding:0;
  overflow: hidden;
  background-color:rgb(255, 108, 157);
  width:600px;
  margin:auto;
}


li a {
    font-family: "mulish", sans-serif;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #b8346b;
  }

  ul {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }

.active { 
    background-color:rgb(205, 81, 101)
}


