

html{
	font-size: 62.5%;
}
body{
	margin:0;
	padding: 0;
	display:flex;
	justify-content:center;
}
.container{
	margin-top: 5rem;
	display:flex;
	flex-direction:column;
	width: 30%;
	height: 70vh;
}
.msg{
	color:blueviolet;
	font-size: 2rem;
}
.msgCtn{
	margin: 1rem 0;
	color: white;
	padding: 1rem 1rem;
	background-color: blueviolet;
	border-radius: 6px;
	font-size: 2rem
}
.msgForm{
	display:flex;
	flex-direction:row;
}
.input{
	height: 100%;
	flex: 4;
	margin-right: 2rem;
	border:none;
	border-radius: .5rem;
	padding: 2px 1rem;
	font-size: 1.5rem;
	background-color:aliceblue;
}
.input:focus{
	background-color:white;
}
.btn{
	height:5rem;
	flex: 1;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: .5rem;
	background-color:blueviolet;
	color: whitesmoke;
	border:none;
	font-size: 1.6rem;
}



hr {
	display: block;
	height: 1px;
	border: 0;
	width: 100%;
	background-color: #e1e1e1;
	margin: 1rem 0;
}

#chats {
	font-size: 15px;
}

header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 5em;
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(-7deg);
    height: 2em;
    padding:1em;
}