main { 

    > * {
        width: 45%;
    }

    form {
        textarea {
            height: 200px;
        }
    }

}