

p {
  font-size: large;
  margin: 5px;
}

h1 {
  font-size: xx-large;
  margin: 5px;
}

.error-box {
  justify-content: center;
  margin: auto;
  text-align: center;
  background-color: white;
  border: 10px solid rgb(105, 43, 157);
  padding: 20px 30px;
  max-width: 400px;
}

.return-home {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 10px;
  align-items: center;
  
}


body {
  font-family: "Coral Pixels", Arial;
  background-image: url('https://bettysgraphics.neocities.org/images/backgrounds/pattern%2056.gif');
}

body, html {
  cursor: url('https://file.garden/aMmBMZ35A2oKef5e/neocities/pinkheart_normalselect.cur'), auto;  
}

a:hover, button:hover {
  cursor: url('https://file.garden/aMmBMZ35A2oKef5e/neocities/pinkheart_linkselect.cur'), pointer;
}

