
body{
  background-color: #fffaf0;
  border: 50%;
  border: 10px;
  margin: 0;
  padding: 0;
  line-height: 1.7;


}


header{
  background-color: #f4f4f4;
  color: white;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2, green, blue, alpha);
}
 header h1{
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
  animation: glow 1.5s ease-in-out infinite;

}
nav ul{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
 
}

nav ul li{
  margin-left: 2 rem;

}
nav ul li a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: color 0.3s ease;

}
