body {
  background-color: #e6fbea;
  margin: 40px;
  color:red;
  text-align:center;
  font-family:futura;
  }
  
p {
    color:red;
    text-decoration:none;
    transition: width 300ms ease-in-out, height 300ms ease-in-out;
}

p:hover{ 
    font-size:19px;
    color:#941621;
}
