h1 {
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTzjW45_1AHC87TBlvxPTIhbbnx6N0oA2iUkA&usqp=CAU");
  background-color: lavender;

  padding: 15px;

  border: 2px solid skyblue;

  margin: 2px;
}
body {
  text-align: center;
}
<a href="https://google.com" class="button">Go to Google</a>

