<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wheretobuy&gt;div{
  text-align: center;
  padding: 50px 0 0;    
}

#wheretobuy img{
  padding: 0 20px 20px 0; 
  transition: 0.3s;
}

#wheretobuy img:hover{
  filter: opacity(0.5);
}

#wheretobuy a{
  text-decoration:none;
}

</pre></body></html>