﻿
h1 
{
	color: white;
}

body 
{
	background-color: blue;
}

form 
{
	background-color: indianred;
	color: white;
}

footer 
{
	color: snow;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;
}

#btnProcess 
{
	color: orangered;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 3rem;
	width: 8rem;
	font-size: 2rem;
	font-weight: bold;
}

img
{
	width: 100%;
}