.msg{
	margin: 1.5em 0em;
	color: black;
	display: inline-block;
	line-height: 1.6;

	border: 3px solid #5D5BFB;
	background-color: white;
	padding: 1em;
	border-radius: 0.4em;
	text-align: center;
}

.txt{
font-size: 1.5em;
font-family: Helvetica, sans-serif;

}