body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: #161e35;
}

.my-bg{
    background: rgb(240,240,242);
    background: linear-gradient(90deg, rgba(240,240,242,1) 0%, rgba(210,214,217,1) 100%);
}
.my-brand{
    font-family: 'Secular One', sans-serif;
    font-size: 2rem;
    color: #1F1F26;
}
.mero-nav li a{
    font-weight: 700;
    color: black;
}

.mero-c{
    color: #1F1F26;
}
.head-img{
    height: 100vh;
    background: rgb(240,240,242);
    background: linear-gradient(90deg, rgba(240,240,242,1) 0%, rgba(210,214,217,1) 100%);
    /* background-image: url(./imgs/home.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


header h1{
    font-family: 'Secular One', sans-serif;
}

.header-img2{
    height: 480px;
    width: 540px;
}
/* .arrow{
    margin-top: 10%;
} */

article{
    background-color: #3071e7;
    color: white;
    padding: 2rem 3rem;
}

.my-form{
    display: flex;
    margin:auto;
}

.my-form::-webkit-scrollbar{
    display: none;
}

@media (max-width:1100px) {
   .header-img2{
       height: 400px;
       width: 460px;
   }
    
}

@media (max-width:500px) {
   .header-img2{
       height: 320px;
       width: 360px;
   }

   .my-brand{
       font-size: 1rem;
   }

   .small{
       display: none;
   }
    
}


@media (max-width:370px) {
    .header-img2{
        height: 220px;
        width: 260px;
    }
     
 }

 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#margin{
    margin-top: 50%;
}

/* background: rgb(240,240,242);
background: linear-gradient(90deg, rgba(240,240,242,1) 0%, rgba(210,214,217,1) 100%); */