html,body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    box-sizing: border-box;
}



#three{
    padding-left: 4.8888vw;
    padding-top: 25px;
    margin: 20px 0px;
    box-sizing: border-box;
}
#three h3{
    font-size: clamp(25px, 2.8vw, 36px);
    margin: 0px;
}

p{
    padding-right: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.1;
}
#four{
    height:fit-content;
    background-image: linear-gradient(90deg, white, #74b3ce, #74b3ce, white);
    margin: 20px 0;
    margin-top: 10vh;
    margin-bottom: 15vh;
    width: 100vw;
    padding: 4vw 2.2222222vw;
    border: 0px solid rgb(54, 54, 54);
    box-sizing: border-box;
}
input{
    width: 65%;
    margin-top: 15px;
}
form{
    width: 90vw;
    border: 0px solid #000000;
}
button{
    border-radius: 25px;
    height: 22px;
    width: fit-content;
    border: 1px solid #000000;
}
footer{
    
    width: 100%;
    height: fit-content;
    
}