/* index.css */

@import url("LHRI.css");

html {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.message_box {
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	box-shadow: 10px 10px 5px gray;

	width: 90%;
	max-width: 400px;
	text-align: center;
}

.message_box p {
	padding-left: 5px;
	padding-right: 5px;
}
