body {
    margin: 0;
    padding: 0;
    background: white;
    overflow: hidden;
}
section {
    background: #ffffff;
}
p {
    font-size: 13px;
    line-height: 10px;
    background:  url(https://media.giphy.com/media/41x8G9RQjdKSKbO7it/giphy.webp) no-repeat;
/*   Artwork by Xaviera López */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0) ;
    font-weight: 900;
    margin: 0;
    mix-blend-mode: darken;
/*   try different modes! */
}






/* Twitter link */

footer {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  border-bottom-left-radius: 8px;
  height: 10px;
  display: flex;
  justify-content: center;
}
footer a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  display: flex;
    align-items: center;
}
