* { font-family: 'Caveat', cursive; color:#333;}
html,body{ height: 100%;}
body{ margin: 0; padding: 0; position: relative;}
main{
	position: absolute;
  top: 38%;
  left: 30%;
  margin: auto;
  text-align: center;
  font-size: x-large;
  width:40%;
  height:auto;
}
a{display: block;margin-top: 10px;}
footer{
	position: absolute;
  bottom: 8%;
  left: 30%;
  margin: auto;
  text-align: center;
  width:40%;
  height:auto;}
footer:after{
	content: "😊";
	display: block;
}