@charset "UTF-8";

html, body
{
	margin: 0;
	pedding: 0;
	height: 100%;
	width: 100%;
}

.containerAll
{
	width: 100%;
	height: 100%;
}

.header
{
	height: 10%;
	justify-self: start;
	align-self: center;
}

.messageArea
{
	hight: 90%;
	.text-align: center;
	.vertical-align: middle;
}

.buttons
{
	height:80%;
	margin-left: 2%;
	border-radius: 4px;
}