@font-face {
  font-family: "Tairo";
  src: url('./assets/Tairo.ttf');
}

body {
  background-color: rgb(95, 31, 31);
  background: url("./assets/face_mesh_orange.gif");
  background-repeat: repeat;
  font-family: Arial;
  font-size: 16px;
  margin: 0;
  font-family: "Tairo";
  font-weight: 400;
  font-style: normal;
}

.patrick-hand-regular {
  font-family: "Tairo";
  font-weight: 400;
  font-style: normal;
}

.pkmn {
  color: black;
  background: white;
  padding: 4px;
  image-rendering: pixelated;
  border-image-width: 14px;
  border-image-outset: 7px;
  border-image-slice: 36%;
  border-image-repeat: round round;
  border-style: solid;
  border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVAgMAAAA/TvYGAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAxQTFRFAAAAAAAA////+Pj4EZhu1AAAAAR0Uk5TAP///7MtQIgAAABaSURBVHicY2T9zcDA+ptRUkeA4Yg6YyhrAMPq34xZ+nsYRdQYpbw/MLguY2TtLmBInc3IZnWAQfI5o+RzBgY2KxIodkuwPqgpkj4fGFyWo1ukLcBwVI0R4hYAN4IjlkoaqZsAAAAASUVORK5CYII=");
}

.structure {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 600px;
  padding: 20px;
}

.splash-img {
    max-width: 300px;
}

.splash-hero-container {
  position: relative;
}

.splash-hero-container::after {
  content: '';
  background-image: url('./assets/sparkle.png');
  position: absolute;
  width: 650PX;
  height: 598PX;
  right: -171px;
  scale: 53%;
  top: -151px;
  z-index: -10;
}

.macaron-divider {
  scale: 50%;
}

.text-bg {
  width: 700px;
  background-color: bisque;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
  margin-bottom: 50px;
  position: relative;
  padding-top: 25px;
  background: url('./assets/grid-paper.jpg');
}

.text-bg::before {
  content: '';
  position: absolute;
  background-image: url('./assets/washitape.png');
  width: 1280px;
  height: 123px;
  top: -52px;
  scale: 44%;
  left: -275px;
}

.text-bg::after {
  content: '';
  position: absolute;
  width: 736px;
  height: 126px;
  background-image: url('./assets/creamborder.png');
  bottom: -70px;
  left: 0;
  scale: 68%;
}

.flex-center > h1, .flex-center > p, .flex-center > ul {
  padding: 0.75% 0.25%;
  color: black;
  border-radius: 5%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blinkies {
  margin-bottom: 15px;
}