
h1 {
  color: var(--#7f806cff);
  text-align:center;
  font-size: 2vw;
}

a {
  font-size: 4vw;
  text-align: auto;
  position: sticky;
  top:-1px;
  border-bottom
  font-family: "Pacifico", cursive;

}

#title {
position: relative;
background: radial-gradient(at center, #F9FFF0, #D5E8A1, #FFF8CC);
border-radius: 0%;
margin: auto;
border: 3px solid black;
text-shadow: .2vw .2vw black;
z-index: -2;
width: 100%;
}


