*{
	margin: 0px;
	padding: 0px;
}
html,body{
  background: #EC6999;
  margin:0;
  height:100%;
  overflow:hidden;
  display: block;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Arial', sans-serif;
  text-align: center;
}
img{
  max-height: 75%;
  max-width: 75%;
  margin: auto;
  display: block;
}
h1{
  display: block;
}
a{
  text-decoration: black dashed underline;
  color: black;
}
a:hover{
  text-decoration: white dashed underline;
  color: black;
}