form {
    margin: auto;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 25px 0px;
    position: relative;
    top: -50px;
    color: #84c225;
    font-size: 25px;

}

#one {
    /* position: relative; */
    /* top: 10px; */
    /* margin-top: 10px; */
    margin-left: 60px;
}



form+input {
    margin-top: 40px;
    height: 50px;
    width: 115%;
    font-size: 30px;
    color: rgb(251, 251, 251);
    /* margin: auto; */
    /* margin-left: 50px; */

    background-color: #84c225;
    border: none;
    border-radius: 12px;
}

form>input::placeholder {
    color: grey;
}

form>input {
    width: 350px;
    margin-top: -60px;
    margin-left: 200px;
    border: none;
    border-bottom: 2px solid rgba(82, 74, 74, 0.556);
}

.main {

    /* width: 400px; */
    margin: auto;
    margin-top: 90px;
    /* border: 2px solid red; */
    width: 500px;

}

body {
    /* background-image: url(./SabjiMandi.com-removebg-preview.png); */
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-color: black;
    background-position: center;
}

h1,
p {
    color: rgba(255, 217, 0, 0.649);
}

span a {
    color: #84c225;
    text-decoration: dotted;
}

.m {
    color: #84c225;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-bottom: 0;
    /* margin: auto; */
    height: 70px;

}