body,html{
    hight:100%;
    margin:0px;
    background-color: blanchedalmond;
}
.imge-section{
    min-height: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.prcedre{
    background-color: darkcyan;
    padding: 10px 50px;
    height: 50vh;
    font-size: 50px;
}
h1{
    font-size: 100px;
    color: azure;
    text-shadow: 5px 5px grey;
    padding:10px;
}

.image{
    
    display: flex;
    justify-content: center;
    align-items: center;
}
h2{  
    font-size: 100px;
    text-shadow: 5px 5px grey;
    padding:10px;
}
p{
    font-size: 100px;
    text-shadow: 5px 5px grey;
    padding:10px;
}