header{
  background-color: aqua;
  text-align: center;
  color: rgb(6, 70, 122);
  padding: 20px 0;
}

header .mylogo h1{
  font-size: 2.5rem;
  font-weight: bold;  
}

nav ul{
  list-style:none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 100px;
}

nav ul li {
  display: inline-block;
}

nav ul li a{
  color: rgb(4, 4, 4);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav ul li a:hover{
  color: rgb(0, 251, 255);
}

body{
  background-color: black;
  color: white;
  line-height: 1.4;

}
.logo{
  width: 100px;
  height: 80px;
  float: initial;
  

}
#open-img{
  width: 350px;
  height: 300px;
  float: right;
  border: 20px;
  border-radius: 50px;
}
.videos{
  width: 300px;
  height: 250px;
  border: 20px;
  border-radius: 20px;
}
.button{
  background-color: rgb(255,215,0,0.5);
  color: black;
  opacity: 0.9;
  border-radius: 10px;
  height: 25px;
  width: 120px;
  border: none;
  cursor: pointer;
}

#usual{
  float: right;
}
.gold1{
  color: gold;
}
.Jezz-image{
  width: 700px;
  height: 400px;
  opacity: 0.8;
  border-radius: 15px;

}

footer{
  background-color: aqua;
  color:rgb(6, 70, 122) ;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}
