.header {
    height: 100vh;
}
.inhead {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
input.iminput {
    padding: 15px;
    margin: 10px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    border: black;
    background: #ffffffbd;
    box-shadow: 0 0 5px #000000;
}
h2.iconnect {
    font-size: 40px;
    font-family: system-ui;
    font-weight: 700;
}
.itellus {
    font-size: 20px;
    font-family: system-ui;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
}
.idivnbtn {
    margin: 10px;
}
button.isubbtn {
    height: 42px;
    width: 95%;
    cursor: pointer;
    background-color: #000000;
    color: white;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 600;
    transition: all .30s ease-in-out;
}
.isubbtn:hover {
    background-color: #21ff0073;
    color: black;
    transition: all .45s ease-in-out;
}
.header {
    height: 100vh;
    background: url(../image/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    background-color: #ffffffbf;
}

html{
scroll-behavior: smooth;
}
*{
    scroll-behavior: smooth;
}
@media (max-width:620px){
    .iforma {
    padding: 0;
    
}
.inhead{
 position: relative;
    bottom: 35px;   
}
}