header{background-color:#000;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}#headerImage{width:40px;height:40px}#mainContainer{margin-top:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;color:#000}.bull{width:35%;padding:15px;border:2px solid #ccc;color:#ccc;border-radius:4px}#mainContainer>textarea{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;resize:none;-webkit-transition:all .2s;transition:all .2s;text-align:center}#mainContainer>textarea:focus{color:grey}#mainContainer>p{height:100%}#mainContainer>p,footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}footer{background:#000;height:50px}body{margin:0;color:#fff}