div{
    width:30%;
    height:30%;
    border: solid 4pt steelblue;
    position: absolute;
    left: 12cm;
    top: 4cm;
    padding: 2%;
    border-radius: 60px;
    text-align: center;
    background-color: steelblue
}
div h2{
    margin-top: 25% ;
    font-size: 20px;
    color: black;
}
footer{
	text-align: center;
	background-color: steelblue;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: black;
}
h1{
  color: black;
	background-color: lightblue;
	text-align: left;
	letter-spacing: 0px;
	border-top: 3pt solid steelblue;
	border-bottom: 3pt solid steelblue;
	border-radius: 20px;
	padding: 2px;
	width: 40%;
}
