.inputBox{
    border-top:transparent;
    border-right:transparent;
    border-left:transparent;
    border-bottom: 1px solid rgb(170, 168, 168);
    width : 80%;
    height:50px;
    border-radius: 10px;
    border-bottom-style: double;
}


.full{
    /* width:100%;
    height:100%; */
    background-image : url("https://images.unsplash.com/photo-1486639107311-064febaff1c5?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NTR8fHdlZGRpbmclMjBmbG93ZXJzfGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1400&q=60");
    background-repeat: no-repeat;
}

.contact{
    /* float:right; */
    width : 60%;
    margin-left:40%;
    height:100%;
    align-items: center;
    padding :5%;
    
}

.subtitle{
    color:rgb(200, 196, 196);
    font-weight: 100;
    
}

.btnn{
    width:50%;
    align-self: center;
    background-color: rgb(133, 128, 128);
    margin-bottom:10px;
    height:50px;
    border:transparent;
    border-radius:5px;
    border:2px solid rgb(148, 147, 147);
}

.btnh4{
    font-weight: 650;
    font-size: medium;
    color:white;
    margin-bottom: 10px;
}

.ic{
    width:30px;
    height: 30px;
}

.information{
    font-weight: 400;
}
