#arrow{
    color: aqua;
    margin: 30px;    

}

#newcontact{
    height: 300px;
    margin-bottom: 10px;
    padding-top: 50px;
    background-image: url("assets/image/banner-overlay-img.png");
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-right-radius:200px;
    transition-timing-function: ease;
    transition: .1s;
}
#newcontact:hover{
    background-color: black;
    transition: 1s;
}