/* custom CSS - put here any ptiblogphp styles you'd like to overload */

@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Open+Sans&display=swap');

html {
  background: url('clouds45.jpg');
}

div.banner h1 {
  font-family: 'Balsamiq Sans', cursive;
  font-weight: bold;
}

body {
  font-family: 'Open Sans', sans-serif;
}
