


body {
                    background-color: #e7e3df;
                    text-align: center;
                   
                    }
		
textarea {
			width: 96%;
			min-height:400px;
			border: 2px solid black;
                   
			}

.uploader {
			width: 96%;
			min-height:160px;
			border: 2px solid black;
                    background-color: white;
                    margin: 0 auto;
                    border-radius: 4px;
                    padding-top: 10px;
			}
