@charset "UTF-8";
p {

  font-family: Helvetica, Arial, "sans-serif";
  font-size: 28px;
  line-height: 1.2;	

  color: black;
}

a {
  color: black;
text-decoration: none;
	 border-bottom: 2px solid currentColor;
	
}

h2 {

  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;	
  color: black;
}

div {

  position: absolute;
  bottom: 60px;
	
}