*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero.img{
    background-image: url(imageee/poulettt.webp) ;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.hero-wrapper{
    color: rgb(12, 12, 12);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-wrapper h1{
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}
.hero-wrapper p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.hero-wrapper .form-code{
    display: block;
    width: 80;
}