*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8)),url(/images/bg2.jpeg);
    background-position: center;
    background-size:cover;
    padding: 10px 10%;
    color: #fff;
}
.hero h1{
    margin-top: 50px;
    font-size: 40px;
}
.hero p{
    margin: 10px 0 10px;
    text-transform: capitalize;
}
form{
    display: flex;
    flex-direction: column;
    width: fit-content;
    background-color: transparent;
}
form input{
    border: 0;
    outline: none;
    padding: 10px 20px;
    height: 60px;
    width: 400px;
    font-size: 16px;
    border-bottom: 3px solid #0bc750;
    background-color: transparent;
    color: #fff;

}
form button{
    border: none;
    outline: none;
    height: 35px;
    width: 100px;
    background-color: #0bc750;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-left: 35%;
    margin-bottom: 3%;
}
.header span{
    color: #0bc750;
}
.header h2{
    font-size: 30px;
}
.header{
    margin-top: 2%;
}
.banner{
    color: #0bc750;
    font-size: 20px;
    font-weight: 700;
}
span{
    color: #0bc750;
}
.form-control{
    border: 0;
    outline: none;
    padding: 10px 20px;
    height: 60px;
    width: 400px;
    font-size: 16px;
    border-bottom: 3px solid #0bc750;
    background-color: transparent;
    color: #fff;
}
option{
    background-color:#0bc750;
    color: #fff;
}