body {
background-image: url(https://img.pikbest.com/wp/202405/wallpaper-black-abstract-3d-rendered-background-design_9798906.jpg!sw800);
background-size: cover;
background-repeat: no-repeat;}


.navbar {
  /* position: relative;
  top: -50px; */
  width: 100%;
  z-index: 1000;
  display: inline;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;}

.navbar ul li a {
  color: white;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: background 0.3s;}

.navbar ul li a:hover {
  background-color: #757575;}











