section.chat {

	.container {
		background: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: Roboto;
		height: calc(~"100vh - 112px");

		h1 {
			text-align: center;
		}

		.btn {
			background: green;
			color: #FFF;
			text-shadow: none;
			border: solid 1px darkgreen;
		}

	}



}