body {
  background-color: #222222;
  color: #AA00FF;
  font-family: 'Outfit', sans-serif;
  text-align: center;
  padding-top: 50px;
  transition: ease-in;
  transition-duration: 1s;
}

h1 {
  font-size-adjust: 1;
  text-align: center;
}

p {
  text-align: center;
  font-size: 16px;
}

.nav {
  background-color: #151515;
  text-align: center;
  padding: 5px 10px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  font-display: 1;
}

.nav a {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #AA00FF;
  padding: 10px;
  display: inline-block;
  transition: all 0.2s ease;
  text-align: center;
}

.nav a:hover {
  color: #DD66FF;
  transform: scale(1.1);
}
