*{
    margin: 3px;
    padding: 0;
    box-sizing: border-box;
    font-family:'poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}
body{
    background-color: aqua;
    padding: auto;
    box-sizing: border-box;
    margin-top: 0%;
}
@media (min-width: 300px) {
    .Hello {
      flex-direction: column;
    }
    body{
        flex-direction: column;
    }
  }

  
  /* Medium screens (tablets) */
  @media (min-width: 450px) and (max-width: 1024px) {
    .Hello {
      flex-direction: row;
    }
  }
  .all{
    max-width: 1000px;
    background-color: aqua;
    margin: 0px auto;
    margin-top: -40px;
    margin-bottom: 20px;
  }
.Hello{
    position: fixed;
    margin: 0;
    left: 3px;
    width: 100%;
    right: 3px;
    padding: 10px;
    background-color: burlywood;
    position: fixed;
    text-align: center;
    z-index: 1000;
    max-width: 1000px;
    margin: 0px auto;
}
.Hello h1{
    font-size: 20px;
}
.span{
    color: red;
}
.para{
    text-align: center;
    padding: 4px;
    font-size: 20px;
    max-width: 1000px;
    background-color: white;
    margin-top: -20px;
    margin-bottom: -20px;
}
span.Eng{
    text-decoration: underline;
    font-size: 35px;
}
.about{
    display: flex;
    justify-content: center;
    align-items: center;padding: 12% 8%;
    gap: 10em;
    background-color: white;
    background-size: cover;
    background-position: center;
    color: aliceblue;
}
.art{
    max-width: 1000px;
    height: 500px;
    background-image: url(images.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
img{
    position: relative;
    width: 200px;
    border-radius: 50%;
    
    padding-top: 50px;
    background-image: url(images.jpg);

}
.sleep{
    color:black;
    display: inline-flex;
    font-size: 25px;
}
h2 #Get{
    text-decoration: none;
    color: gold;
    font-size: 24px;
}
p{
    color: black;
}
iframe{
    width: 100%;
    height: 500px;
    margin-top: -16px;
    margin-bottom: -20px;
}
.location{
    background-color: bisque;
    text-align: center;
    font-size: 20px;
}
#location{
    background-color: gold;
}
.container{
    width: 100%;
    height: 100%;
   background-image: url(img_lights.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: auto;
}
#Cont-me{
    line-height: 3px;
    color: aliceblue;
}
form{
    background-image:url(img_lights.jpg) ;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    max-width: 600px;
    border-radius: 10px;
}
form h3{
    color: chartreuse;
    font-weight: 800;
    margin-bottom: 20px;
}
button{
    background-color: aquamarine;
    padding: 20px;
    color: red;
    font-size: 20px;
    cursor: pointer;
}
button:hover{
    background: #2bab0d;
    border-radius: 3px;
}
.footer{
    position: relative;
        bottom: 0;
        width: 100%;
        padding: 40px 0;
        background-color: darkgray;
        margin-top: 15px;
    }
    .footer ul{
        margin-top: 0;
        padding: 0;
        line-height: 1.6;
        font-size: 18px;
        margin-bottom: 0;
        text-align: center;
    }
    .footer ul li a{
        border-bottom: 3px solid transparent;
        transition: 0.3s ease ;
        font-size: 35px;
    }
    .footer ul li a:hover {
        border-bottom: 3px solid orangered;
    
    }
    .footer ul li{
        display: inline-block;
        padding: 0 15px;
    }
    h2{
        color: black;
        text-align: center;
        text-underline-position: below;
    }
    #mySelect{
        width: 100%;
        padding: 1.5em;
        font-size: 18px;
        color: black;
        background: rgb(241,241,241);
        border-radius: .8rem;
        margin: 1rem 0;
        resize: none;
    }
    ul li label{
        color: black;
    }
    ::-webkit-scrollbar{
        width: 15px;
    }
    ::-webkit-scrollbar-thumb{
        background-color: orangered;
    }
    ::-webkit-scrollbar-track{
        background-color: rgba(0,0,0,0.6);
        width: 50px;
    }