body { 
    margin: 0; 
    background-color: #1E1F26; 
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px 50px;
    background-color: #2E2E2E;
}


.nav-center {
    display: flex;
    justify-content: center;
    flex: 1; 
    gap: 40px; 
}


/*m4 meeans nav bar logo */
.m4 {
    color: #00F8F8;
    text-decoration: none;
    font-size: 25px;
    transition: color 0.3s ease, transform 0.3s ease; /* smooth hover */
}
/*m4 hover efect on the logo*/
.m4:hover {
    color: #E0295C;
    transform: scale(1.16); 
}

/*nav bar ankor tags */
.m5 {
    color: #00F8F8;
    text-decoration: none;
    font-size: 25px;
    transition: color 0.3s ease, transform 0.3s ease; /* smooth hover */
}

/*hover effect*/
.m5:hover {
    color: #E0295C;
    transform: scale(1.16); /* smooth growth */
}

/*contact us button*/
.btn7 {
  display: inline-block;
  padding: 12px 24px;
  background-color: #1E1F26; 
  color: #00F8F8;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 0px;
  transition: all 0.3s ease; /
}

.btn7:hover {
  background-color: #00F8F8;
  color: #E0295C;
  transform: scale(1.1); 
}

.head{
    background-color: rgb(139, 242, 180);
    margin-top: 30px;
    box-shadow: 2px 2px 10px black;
    padding: 5px;
}

#Video{
    border: 3px dashed rgb(10,125,118);
    height: 350px;
    width: 500px;
}

#img{
    border: 3px dashed rgb(10,125,118);
    height: 350px;
    width: 500px;
}

h1{
    color: #00F8F8;
}

h2{
    color: #00F8F8;
}
h3{
    color: #00F8F8;
}
h4{
    color: #00F8F8;
}
h5{
    color: #00F8F8;
}
h6{
    color: #00F8F8;
}
