textarea {
    width:50%;
    height:50%;
        background-color: blue;
}
/*Images*/

/*Makes image responsive*/

img 

{
    max-width: 100%;
    height: auto;
    padding:16px;
    margin:16px;
    
} 

