.contact-us-content{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 40%;
    box-shadow: 0 0 2px 2px #c6c6c6;
    height: 100%;
    z-index: 1;
}


.contact-us-page, .contact-us-create-container{
    background-image: url("../images/Sports.png");
}
.text-area-input{
    resize: none;
}
@media screen and (max-width:768px) {
    .contact-us-content{
        width: 80%;
    }
}

@media screen and (max-width:400px) {
    .contact-us-content{
        width: 100%;
    }
}