* {
  box-sizing: border-box;
  margin: unset;
  padding: unset;
  color: inherit;
}
 
body,
ul {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: cyber;
  src: url("fonts\\resident.ttf");
}

body {
  font-family: cyber;
  background-color: #121212;
  color: #f0f0f0;
  background: url('https://codeberg.org/CyberJudas/pages/raw/branch/main/img/back.gif') no-repeat center center fixed;
  background-size: cover;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.05rem 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: sticky;
  overflow: hidden;
  top: 0;
  z-index: 1000;
  background-color: rgba(69, 65, 65, 0.6);
  
  height: 80px;
}

.logo {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00e0ff;
}

.logo img {
  height: 60px;
  width: auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}


.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;

}

.nav-links a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 2rem;

}

.nav-links a:hover {
  color: #00e0ff;
}

.head_one {
  text-align: center;
  padding: 20px 60px 20px;
}

.para_one {
  font-size: 20px;
  text-align: center;
  text-wrap: "wrap";
  padding: 4px 150px 30px;
}
.para_two {
  font-size: 30px;
  text-align: center;
  text-wrap: "wrap";
  padding: 4px 100px 20px;
}
.para_three{
  font-size: 20px;
  text-align: center;
  text-wrap: "wrap";
  padding: 4px 200px 20px;
}
.para_four{
  font-size: 20px;
  text-align: center;
  text-wrap: "wrap";
  padding: 4px 200px 20px;
}