
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

.hero-text {
  text-align: center; color: #fff;
  padding: 4rem 2rem;
}
.hero-text h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
}
.navbar {
  background-color: #0d0c0c;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  flex-wrap: wrap;
  font-family: 'Courier Prime', Courier, monospace;
  text-align: center;
  justify-content: center;
}

.site-title {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 2px;
  white-space: nowrap;
  display: block;
  text-align: center;
  margin: 1rem 0;
}



.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #aaa;
} 

p 
{
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
footer {
font-family:'Courier New', Courier, monospace; 
color: black;
        background: transparent;
        padding: 32px 10px 8px;
        font-size: .7rem;
        margin: 4rem 0;
        border: none;
}
footer p{
display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
