body{
    text-align : center;
    padding-top : 50px ;
}

h1 {
    font-size: 80px ;
    color : #4A90E2 ;
}

.div {
    display : flex ;
    border-radius : 20px ;
    outline : 3px solid #4A90E2 ;
    width : 75vw ;
    height : 65px ;
    overflow: hidden;
    align-items: center;
    margin : 0 auto ;
}

.div input {
    resize : none !important ;
    height : 70px ;
    width: 70vw ;
    resize : none ;
    border : none ;
    outline : none ;
    font-size : 23px ;
    line-height: 70px ;
}

.div button {
    height : 60px ;
    width : 110px ;
    border-radius : 20px ;
    background-color : #4A90E2 ;
    outline : none ;
    border : none ;
    font-size : 20px ;
    text-align : center ;
    color : white ;
    transition : all 0.1s ease ;
    transform : translate( -4px , 1px ) ;
}

.div button:hover {
    background-color : #4a91e288 ;
    transform : translate( -6px , 1px ) scale( 1.05 ) ;
}

.div button:active {
    background-color : #003477 ;
}

select {
    width : 30vw ;
    height : 50px ;
    font-size : 20px ;
    color : #4A90E2 ;
}
