body {
  padding-top: 1rem;
  font-family: "Uni Grotesk";
font-style: Normal;
font-weight: 700;
  color: #F76F77;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: left;
}

p {
	font-size: 34px;
	line-height: 1.2em;
}
 a {
	color:  #F76F77;
 }
 
 a:hover {
	 text-decoration:line-through;
	 color:  #F76F77;
 }