* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url('gbu2.avif'); /* ✅ FIXED background-image syntax */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;

  color: white;
}

.one {
  
  color: white;
  padding: 15px;
}

.one h1,.one ul,.one li {
  display: inline;
}
.one ul {
  margin-left: 60%;
}

.one li {
  color: aqua;
  cursor: pointer;
  margin: 15px;
  background-color: black;
  padding: 8px;
}

.one li:hover {
  color: red;
}

input {
  width: 50%;
  padding: 12px;
}

.two {
  padding: 11% 13% 2% 13%; 
  text-align: center;
}

.three {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 90px;
}

.bad {
  text-align: center;
}

.bad img {
  height: 200px;
  width: 250px;
  border: 5px solid whitesmoke;
}

.bad:hover {
  color: red;
  cursor: pointer;
  background-color: pink;
}

hr {
  margin-top: 50px;
}

.good1{
    color: red;
     margin-top: 25px;
  text-align: center;
}

p {
  margin-top: 20px;
  text-align: left;
  font-size: large;
}
.five{
    h1{
       text-align: center;
       color: red;
    }
    .ak {
          
  margin-left: 42%; 
  margin-top: 20px;
  list-style-type: disc;       /* Keeps bullet points */
  padding-left: 20px;          /* Optional: keeps bullets spaced */
}
.ak li {
  margin-bottom: 8px;
  color: #FFD700;
  display: list-item;
  font-size: large;
}
}
.six{
    h1{
        color: red;
    }
    p{
        color: #E0FFFF;;
    }

}
