/*
Theme Name: Basic Child
Description: Child theme for Basic theme
Author: DL
Template: basic
*/

@import url("../basic/style.css");

/* write custom css below */


.wpcf7
{
    background-color: #a1cffc;
    border: 10px solid #a1cffc;
}


.your-message textarea 
{ 
    height: 200px;
    width: 181px; 
}