 body{
    background-color: #6666ff;
}
 a{
    color: black;
}
form{
  width: 50%;
  border: 1px solid black; 
  margin:20px; 
  padding:20px;
}
label{
    font-size: 14px;
    display: block;
    width: 100%;
}
textarea{
    resize: vertical;
    max-height: 300px;
    min-height: 100px;
}
input, textarea{
    margin-bottom: 20px;
    width: 30%;
    border: 1px;
}
input :focus, textarea :focus{
border: 1px solid ;
}
input[type="submit"]{
    margin-bottom: 0;
    background: #000099;
    color:#fff;
    border: none;
}
    