body{
    background-color: #191b1d;
    margin: 0;

}

h1{
  text-align: center;
  font-size: 50px;
  font-family: "Bungee Tint";

}

#greeting{
  margin-top: 50px;
  font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  font-size: 85px;
  text-align: center;
  color: #ffe6ff;
  display: block

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #9966ff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Arial,sans-serif;
  }
  
  li a:hover:not(.active) {
    background-color: #000000;
  }
  
.active {
    background-color: #f5f8f8;
    color: #000000;
  }

#over h2{
  color: #d0dce7;
  font-size: 40px;
  text-align: center;
  font-family: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
}

#over button{
  background-color: #d32dd3;
  padding: 20px 30px;
  color: #faf2f2;
  margin-left: 180px;
  margin-top: 30px;
  border-radius: 15px;
  border: 2px solid white;
  font-size: 17px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

#over button:hover{
  color: #d8eee6;
  background-color: yellowgreen;
}


p{
  text-align: center;
  margin-top: 110px;
  color: burlywood;
}