* {
    font-family: "fantasy", fantasy;
    color: red;
}

html {
    color: cyan;

}

body h2 {
    font-family: "Helvetica", fantasy;
    color: black;
}

h1 {
  color: #0077cc;
  color: #0077cc;
  color: #B17173;
  background-color: #334455;
  background-color: #334455;
  font-family: "Georgia", serif;
  font-family: "Poiret One", fantasy;
  font-family: "Times New Roman", fantasy;
  font-family: "Georgia", serif;
  font-family: "Poiret One", fantasy;
  font-size: 48px;
  font-size: 48px;
  font-weight: 400;
  font-weight: 400;
  font-style: normal;
  font-style: normal;  
  text-align: center;
  text-align: center;
  margin: auto;
  margin: auto;
  padding: 1cm;
  padding: 1cm;
  border: 5px solid #A02367;
  border: 5px solid #A02367;
  box-shadow: 50px 10px 10px #A02367;
  box-shadow: 10px 10px 10px #A02367;
  display: block;
  display: block;
  position: relative;
  position: relative;
  /* animation: backFade 2s 1 ease-in;
  animation: Jmac_h1Enter 10s 1 ease-in; */
}

h3 {
  color: #0077cc;
  color: #0077cc;
  color: #B17173;
  font-family: "Helvetica", sans-serif;
}

p {
    color: green;
    font-family: Helvetica, serif;
}

nav {
  display: flex;
  justify-content:space-around;  
  background-color: #007acc; /* Deep blue background */
  margin-top: 25px;
  padding: 20px;
  font-family: "consolas", serif;

}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Align items horizontally */
}

li {
    margin: 0 15px;
}

li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: "Oooh Baby", fantasy;
    font-size: 1.8em
}

main ul {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

main ul li {

}

main ul a {
  color: hotpink;
  padding-left: 50px;
  display: static;

}

li a:hover {
    color: #ffcc00; /* Changes color on hover */
    background-color: #DD7589;
    color: #054477;
    font-weight: bolder;
}