
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar {
  width: 100%;
  height: 70px;
  background-color: #1f2933;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 25px;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #38bdf8;
  transition: width 0.3s;
}

.nav-links a:hover {
  color: #38bdf8;
}

.nav-links a:hover::after {
  width: 100%;
}

main {
  padding: 30px;
  background-color: #353535;
  color: #e6ecf2;
}
.full-width {
  width: 100%;
  height: auto;
}



body {
  background-color: #282525;
  color: #e6ecf2;
}

.av{
  color: chartreuse;
  margin-left: 25px;
}  

.ds{
  color: crimson;
  margin-left: 25px;
}

.m{

  margin-left: 150px;
  margin-right: 150px;
}
.e{
  margin-left: 150px;
  margin-right: 2000px;
}
.pps{
  color: beige;
  margin-left: 185px;
  margin-right: 150px;
  font-size: 50px;
}
.pp{
  color: beige;
  margin-left: 185px;
  margin-right: 90px;
  font-size: 50px;
}
.im{
  margin-left: 800px;
}
.gp{
  color: aqua;
  margin-top: 10px;
  margin-block: 30px;
}
.iam{
  margin-left : 100px
}