@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');

body {
  color: black;
  background: repeating-linear-gradient(45deg, #E60000 0, #E60000 30px, #F0F0F0 30px, #F0F0F0 60px);
  cursor: url(balloondog.png), auto;
  text-align: center;
  font-family: 'Amarante', cursive, serif;
  text-shadow: none;
}
  

p span {
  background-color: white;
  text-shadow: none;
  font-size: 20px;
}

a {
  text-decoration: underline;
}

h1, h2, h3 {
  text-shadow:
  -2px -2px 0 white,
   2px -2px 0 white,
  -2px  2px 0 white,
   2px  2px 0 white,
  0    0    5px white;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

.amarante-regular {
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
}