@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #FFF;
    color: #fff;
    text-align: center;
}
.sec1{
    background: url('/img/d.webp');
    height: 60vh;
    background-position: center;
    background-size: cover;
}
.tittle{
    text-align: center;
    margin-top: 8%;
}
.line{
    margin: auto;
    max-width: 300px;
    border-top: 10px solid;
    color: #08f700;
}
.tittle h1{
    font-size: 90px;
    font-weight: 800;
    margin: 0;
}
.tittle p{
    margin: 0;
    font-weight: 200;
}
.sec2{
    text-align: center;
    background: #FFF;
    color: #000;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}
.sec2 p{
    margin: 20px auto;
    width: 60%;
}
.testiForm{
    color: #000;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    margin:40px;
}
.testiForm p{
    text-align: left;
}
.testincontact{
    display: flex;
    justify-content: center;
    margin: 50px;
}
.testiForm button{
    margin-top: 70px;
}